Skip to content

Commit eb1cc3f

Browse files
authored
Update php.yml
1 parent e2cd7ab commit eb1cc3f

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,25 @@ jobs:
1010
build:
1111

1212
strategy:
13-
fail-fast: true
13+
fail-fast: false
1414
matrix:
1515
# os: [ubuntu-latest, macos-latest, windows-latest]
1616
os: [ubuntu-latest]
1717
php: ['7.1', '7.2', '7.3', '7.4', '8.0']
1818
yaml: ['^5.0', '^4.3', '^3.4']
19-
19+
exclude:
20+
# Symfony YAML does not run on PHP 7.1
21+
- php: '7.1'
22+
yaml: '^5.0'
23+
include:
24+
- php: '7.4'
25+
os: windows-latest
26+
yaml: '^5.0'
27+
- php: '7.4'
28+
os: macos-latest
29+
yaml: '^5.0'
30+
31+
2032
runs-on: ${{ matrix.os }}
2133
env:
2234
YAML: ${{ matrix.yaml }}

0 commit comments

Comments
 (0)