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.
6.x
8.x
1 parent 236e602 commit bc1e6d9Copy full SHA for bc1e6d9
.github/workflows/tests.yaml
@@ -28,6 +28,16 @@ jobs:
28
- 6.*
29
dependencies:
30
- highest
31
+ exclude:
32
+ - php: '7.2'
33
+ symfony-version: 6.*
34
+ dependencies: highest
35
+ - php: '7.3'
36
37
38
+ - php: '7.4'
39
40
41
include:
42
- php: '7.2'
43
symfony-version: 3.4.*
@@ -38,7 +48,7 @@ jobs:
48
49
symfony-version: 5.*
50
dependencies: lowest
- - php: '7.2'
51
+ - php: '8.0'
52
symfony-version: 6.*
53
44
54
0 commit comments