Skip to content

Commit d2ca412

Browse files
committed
Use dynamic symfony/yaml version on windows
1 parent 81f2cf4 commit d2ca412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
if: matrix.os == 'windows-latest'
7777
run: |
7878
composer install --prefer-dist --no-interaction --no-progress --ansi
79-
composer require symfony/yaml:5.1.8 --prefer-dist --no-interaction --ansi
79+
composer require symfony/yaml:"${YAML}" --prefer-dist --no-interaction --ansi
8080
8181
- name: Validate test data
8282
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)