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 0de9450 commit 37c2b82Copy full SHA for 37c2b82
.github/workflows/tests.yaml
@@ -27,9 +27,16 @@ jobs:
27
- 3.4.*
28
- 4.4.*
29
- 5.*
30
+ - 6.*
31
dependencies:
32
- highest
33
exclude:
34
+ - php: '7.2'
35
+ symfony-version: 6.*
36
+ - php: '7.3'
37
38
+ - php: '7.4'
39
40
- php: '8.0'
41
symfony-version: 3.4.*
42
- php: '8.1'
@@ -44,6 +51,9 @@ jobs:
44
51
- php: '7.2'
45
52
symfony-version: 5.*
46
53
dependencies: lowest
54
+ - php: '8.0'
55
56
+ dependencies: lowest
47
57
48
58
steps:
49
59
- name: Checkout
0 commit comments