Skip to content

Commit 27e7ba8

Browse files
committed
Amend the test matrix for Symfony 6.1
1 parent 8a0c40c commit 27e7ba8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,14 @@ jobs:
2525
- '4.4.*'
2626
- '5.4.*'
2727
- '6.0.*'
28+
- '6.1.*'
2829
exclude:
2930
- php-version: '7.4'
3031
symfony-version: '6.0.*'
32+
- php-version: '7.4'
33+
symfony-version: '6.1.*'
34+
- php-version: '8.0'
35+
symfony-version: '6.1.*'
3136
steps:
3237
- name: Checkout
3338
uses: actions/checkout@v3

0 commit comments

Comments
 (0)