Skip to content

Commit

Permalink
Exclude unsupported php<=>symfony versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kreemer committed Dec 6, 2023
1 parent 7f59518 commit ea98454
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
matrix:
php: [ '8.1', '8.2' ]
symfony: [ '6.3', '6.4', '7.0' ]
exclude:
- php: '8.1'
symfony: '7.0'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit ea98454

Please sign in to comment.