Skip to content

Commit

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

0 comments on commit aaaa4cd

Please sign in to comment.