We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7206fc commit 4c2489aCopy full SHA for 4c2489a
1 file changed
.github/workflows/tests.yml
@@ -28,7 +28,7 @@ jobs:
28
php: '7.3'
29
dependencies: lowest
30
-
31
- php: '8.3'
+ php: '8.4'
32
dependencies: highest
33
34
@@ -59,10 +59,10 @@ jobs:
59
symfony: '6.4.*'
60
61
php: '8.2'
62
- symfony: '7.0.*'
+ symfony: '7.2.*'
63
64
65
- symfony: '7.1.*'
+ symfony: '7.4.*'
66
stability: dev
67
allow-failure: true
68
0 commit comments