Skip to content

Commit

Permalink
Exclude symfony 6 with php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Mar 30, 2022
1 parent 707fbea commit c00926a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
matrix:
php: ["7.4", "8.0"]
symfony: ["^4.4", "^5.4", "6.0"]
exclude:
- php: "7.4"
symfony: "6.0"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c00926a

Please sign in to comment.