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 ad50b77 commit ab680fbCopy full SHA for ab680fb
.github/workflows/tests.yml
@@ -67,7 +67,7 @@ jobs:
67
php-version: '7.4'
68
- symfony: '6.4.*'
69
php-version: '8.2'
70
- - symfony: '7.4.*'
+ - symfony: '7.3.*'
71
php-version: '8.3'
72
- symfony: '8.0.*'
73
php-version: '8.4'
@@ -89,7 +89,7 @@ jobs:
89
run: |
90
composer global config --no-plugins allow-plugins.symfony/flex true
91
composer global require --no-progress --no-scripts --no-plugins symfony/flex
92
- composer update --prefer-dist --no-interaction --prefer-stable --no-progress
+ composer update --prefer-dist --no-interaction --no-progress
93
94
- name: Execute tests
95
run: composer test
0 commit comments