Skip to content

Commit

Permalink
Merge pull request #193 from mpdude/symfony-61-test-matrix
Browse files Browse the repository at this point in the history
Amend the test matrix for Symfony 6.1
  • Loading branch information
Yozhef authored Nov 30, 2022
2 parents 3dc924d + 27e7ba8 commit 43dd1ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,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
Expand Down

0 comments on commit 43dd1ee

Please sign in to comment.