Skip to content

Commit 201ab94

Browse files
committed
playing the symfony/yaml version game...
1 parent fa40bf8 commit 201ab94

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/php.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,21 @@ jobs:
1616
os: [ubuntu-latest]
1717
php: ['7.1', '7.2', '7.3', '7.4', '8.0']
1818
# max 4.4.16, see https://github.com/symfony/symfony/issues/39521
19-
yaml: ['^5.0', '4.4.16', '^3.4']
19+
# max 5.1.8, see https://github.com/symfony/symfony/issues/39521
20+
yaml: ['^5.1.8', '4.4.16', '^3.4']
2021
exclude:
2122
# Symfony YAML does not run on PHP 7.1
2223
- php: '7.1'
2324
yaml: '^5.0'
24-
include:
25+
include:
2526
- php: '7.4'
2627
os: windows-latest
2728
yaml: '^5.0'
2829
- php: '7.4'
2930
os: macos-latest
3031
yaml: '^5.0'
31-
32-
32+
33+
3334
runs-on: ${{ matrix.os }}
3435
env:
3536
YAML: ${{ matrix.yaml }}

0 commit comments

Comments
 (0)