Skip to content

Commit 43dd1ee

Browse files
authored
Merge pull request #193 from mpdude/symfony-61-test-matrix
Amend the test matrix for Symfony 6.1
2 parents 3dc924d + 27e7ba8 commit 43dd1ee

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
@@ -24,9 +24,14 @@ jobs:
2424
- '4.4.*'
2525
- '5.4.*'
2626
- '6.0.*'
27+
- '6.1.*'
2728
exclude:
2829
- php-version: '7.4'
2930
symfony-version: '6.0.*'
31+
- php-version: '7.4'
32+
symfony-version: '6.1.*'
33+
- php-version: '8.0'
34+
symfony-version: '6.1.*'
3035
steps:
3136
- name: Checkout
3237
uses: actions/checkout@v3

0 commit comments

Comments
 (0)