Skip to content

Commit

Permalink
PHP >= 8.1, Symfony >= 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kamps committed Jan 2, 2024
1 parent a259ee8 commit ae73b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
for symfony_package in $(jq -r '.require | keys[]' composer.json | grep '^symfony/'); do
composer require --no-update "${symfony_package}:${{ matrix.symfony-versions }}"
done
if [ -n "${{ matrix.symfony7-min-yaml-version }}" ]; then
if [ -n "${{ matrix.symfony7-required-yaml-version }}" ]; then
composer require --dev --no-update "symfony/yaml:${{ matrix.symfony7-required-yaml-version }}"
fi
composer --prefer-dist --${{ matrix.prefer }} update
Expand Down

0 comments on commit ae73b66

Please sign in to comment.