Skip to content

Commit 5b932e0

Browse files
committed
minor #253 Tests on Symfony 8 stable (Kocal)
This PR was merged into the 2.x branch. Discussion ---------- Tests on Symfony 8 stable Commits ------- 5df3c86 Tests on Symfony 8 stable
2 parents 89ea92f + 5df3c86 commit 5b932e0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
include:
2121
# dev packages (probably not needed to have multiple such jobs)
2222
- minimum-stability: 'dev'
23-
php-version: '8.4'
23+
php-version: '8.5'
2424
# lowest deps
2525
- php-version: '8.1'
2626
dependency-version: 'lowest'
@@ -30,13 +30,10 @@ jobs:
3030
# Explicit Symfony versions
3131
- php-version: '8.1'
3232
symfony-version: '5.4.*'
33-
- php-version: '8.1'
34-
symfony-version: '6.2.*'
3533
- php-version: '8.2'
36-
symfony-version: '7.0.*'
34+
symfony-version: '7.3.*'
3735
- php-version: '8.4'
38-
symfony-version: '8.0.x-dev' # TODO: change to '8.0' when Symfony 8.0 is released
39-
minimum-stability: 'dev' # TODO: remove when Symfony 8.0 is released
36+
symfony-version: '8.0.*'
4037

4138
env:
4239
SYMFONY_REQUIRE: ${{ matrix.symfony-version || '>=5.4' }}

0 commit comments

Comments
 (0)