We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f30c52 commit 2daaf78Copy full SHA for 2daaf78
.github/workflows/ci.yml
@@ -23,6 +23,16 @@ jobs:
23
- '6.2.*'
24
- '6.3.*'
25
- '6.4.*'
26
+ exclude:
27
+ # symfony 6.1+ requires PHP 8.1+
28
+ - php: '8.0'
29
+ symfony_version: '6.1.*'
30
31
+ symfony_version: '6.2.*'
32
33
+ symfony_version: '6.3.*'
34
35
+ symfony_version: '6.4.*'
36
# deps:
37
# - 'highest'
38
# - 'lowest'
0 commit comments