Skip to content

Commit

Permalink
Exclude Symfony 6 build with php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMilek committed Jan 26, 2024
1 parent 1abf794 commit bcbe2e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
symfony: ["^5.4", "^6.0"]
node: ["16.x"]
mysql: ["5.7", "8.0"]
exclude:
-
php: "8.0"
symfony: "^6.0"

env:
APP_ENV: test_cached
Expand Down

0 comments on commit bcbe2e5

Please sign in to comment.