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 192463d commit 7463e64Copy full SHA for 7463e64
.github/workflows/tests.yaml
@@ -32,6 +32,8 @@ jobs:
32
exclude:
33
- php: '8.0'
34
symfony-version: 3.4.*
35
+ - php: '8.1'
36
+ symfony-version: 3.4.*
37
include:
38
- php: '7.2'
39
@@ -83,13 +85,15 @@ jobs:
83
85
strategy:
84
86
fail-fast: false
87
matrix:
- php:
- - '7.2'
88
- - '8.0'
89
- - '8.1'
90
- dependencies:
91
- - lowest
92
- - highest
+ include:
+ - php: '7.2'
+ dependencies: lowest
+ - php: '7.4'
+ dependencies: highest
93
+ - php: '8.0'
94
95
96
97
98
steps:
99
- name: Checkout
0 commit comments