Skip to content

Commit 2daaf78

Browse files
exclude known-bad combinations
1 parent 1f30c52 commit 2daaf78

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ jobs:
2323
- '6.2.*'
2424
- '6.3.*'
2525
- '6.4.*'
26+
exclude:
27+
# symfony 6.1+ requires PHP 8.1+
28+
- php: '8.0'
29+
symfony_version: '6.1.*'
30+
- php: '8.0'
31+
symfony_version: '6.2.*'
32+
- php: '8.0'
33+
symfony_version: '6.3.*'
34+
- php: '8.0'
35+
symfony_version: '6.4.*'
2636
# deps:
2737
# - 'highest'
2838
# - 'lowest'

0 commit comments

Comments
 (0)