Skip to content

Commit 91606b0

Browse files
committed
Add Symfony 6.x to the matrix
1 parent ff69469 commit 91606b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- 3.4.*
2828
- 4.4.*
2929
- 5.*
30+
- 6.*
3031
dependencies:
3132
- highest
3233
exclude:
@@ -42,6 +43,9 @@ jobs:
4243
- php: '7.2'
4344
symfony-version: 5.*
4445
dependencies: lowest
46+
- php: '7.2'
47+
symfony-version: 6.*
48+
dependencies: lowest
4549

4650
steps:
4751
- name: Checkout

0 commit comments

Comments
 (0)