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 a227377 commit 5df3c86Copy full SHA for 5df3c86
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
include:
21
# dev packages (probably not needed to have multiple such jobs)
22
- minimum-stability: 'dev'
23
- php-version: '8.4'
+ php-version: '8.5'
24
# lowest deps
25
- php-version: '8.1'
26
dependency-version: 'lowest'
@@ -30,13 +30,10 @@ jobs:
30
# Explicit Symfony versions
31
32
symfony-version: '5.4.*'
33
- - php-version: '8.1'
34
- symfony-version: '6.2.*'
35
- php-version: '8.2'
36
- symfony-version: '7.0.*'
+ symfony-version: '7.3.*'
37
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
+ symfony-version: '8.0.*'
40
41
env:
42
SYMFONY_REQUIRE: ${{ matrix.symfony-version || '>=5.4' }}
0 commit comments