Skip to content

Commit 37c2b82

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 10 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'
@@ -44,6 +51,9 @@ jobs:
4451
- php: '7.2'
4552
symfony-version: 5.*
4653
dependencies: lowest
54+
- php: '8.0'
55+
symfony-version: 6.*
56+
dependencies: lowest
4757

4858
steps:
4959
- name: Checkout

0 commit comments

Comments
 (0)