Skip to content

Commit d1c9aea

Browse files
committed
Add Symfony 6 to the CI workflow
1 parent 0de9450 commit d1c9aea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,16 @@ jobs:
2727
- 3.4.*
2828
- 4.4.*
2929
- 5.*
30+
- 6.*
3031
dependencies:
3132
- highest
3233
exclude:
34+
- php: '7.2'
35+
symfony-version: 6.*
36+
- php: '7.3'
37+
symfony-version: 6.*
38+
- php: '7.4'
39+
symfony-version: 6.*
3340
- php: '8.0'
3441
symfony-version: 3.4.*
3542
- php: '8.1'

0 commit comments

Comments
 (0)