Amend the test matrix for Symfony 6.1

This commit is contained in:
Matthias Pigulla
2022-11-28 07:15:17 +00:00
parent 8a0c40c9bc
commit 27e7ba8bac

View File

@@ -25,9 +25,14 @@ jobs:
- '4.4.*'
- '5.4.*'
- '6.0.*'
- '6.1.*'
exclude:
- php-version: '7.4'
symfony-version: '6.0.*'
- php-version: '7.4'
symfony-version: '6.1.*'
- php-version: '8.0'
symfony-version: '6.1.*'
steps:
- name: Checkout
uses: actions/checkout@v3