Skip to content

Commit 85a812c

Browse files
committed
fix symfony/yaml version
1 parent b2b2ee6 commit 85a812c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/php.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ jobs:
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
1919
# max 5.1.8, see https://github.com/symfony/symfony/issues/39521
20-
yaml: ['^5.1.8', '4.4.16', '^3.4']
20+
yaml: ['5.1.8', '4.4.16', '^3.4']
2121
exclude:
2222
# Symfony YAML does not run on PHP 7.1
2323
- php: '7.1'
24-
yaml: '^5.1.8'
24+
yaml: '5.1.8'
2525
include:
2626
- php: '7.4'
2727
os: windows-latest
28-
yaml: '^5.1.8'
28+
yaml: '5.1.8'
2929
- php: '7.4'
3030
os: macos-latest
31-
yaml: '^5.1.8'
31+
yaml: '5.1.8'
3232

3333

3434
runs-on: ${{ matrix.os }}
@@ -74,7 +74,7 @@ jobs:
7474
if: matrix.os == 'windows-latest'
7575
run: |
7676
make install
77-
composer require symfony/yaml:^5.1.8 --prefer-dist --no-interaction --ansi
77+
composer require symfony/yaml:5.1.8 --prefer-dist --no-interaction --ansi
7878
7979
- name: Validate test data
8080
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)