Skip to content

Commit ab680fb

Browse files
Remove 7.4
1 parent ad50b77 commit ab680fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
php-version: '7.4'
6868
- symfony: '6.4.*'
6969
php-version: '8.2'
70-
- symfony: '7.4.*'
70+
- symfony: '7.3.*'
7171
php-version: '8.3'
7272
- symfony: '8.0.*'
7373
php-version: '8.4'
@@ -89,7 +89,7 @@ jobs:
8989
run: |
9090
composer global config --no-plugins allow-plugins.symfony/flex true
9191
composer global require --no-progress --no-scripts --no-plugins symfony/flex
92-
composer update --prefer-dist --no-interaction --prefer-stable --no-progress
92+
composer update --prefer-dist --no-interaction --no-progress
9393
9494
- name: Execute tests
9595
run: composer test

0 commit comments

Comments
 (0)