We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f2cf4 commit d2ca412Copy full SHA for d2ca412
.github/workflows/php.yml
@@ -76,7 +76,7 @@ jobs:
76
if: matrix.os == 'windows-latest'
77
run: |
78
composer install --prefer-dist --no-interaction --no-progress --ansi
79
- composer require symfony/yaml:5.1.8 --prefer-dist --no-interaction --ansi
+ composer require symfony/yaml:"${YAML}" --prefer-dist --no-interaction --ansi
80
81
- name: Validate test data
82
if: matrix.os == 'ubuntu-latest'
0 commit comments