Skip to content

Commit

Permalink
disable PHP 8.4 to keep CI green
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcr committed Dec 6, 2024
1 parent 68be2d5 commit 5de8667
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
fail-fast: false
matrix:
# php: ["8.2"]
php: ["8.4", "8.3", "8.2", "8.1"]
# php: ["8.4", "8.3", "8.2", "8.1"]
php: ["8.3", "8.2", "8.1"]
# symfony: ["^6.4"]
symfony: ["^5.4", "^6.4", "^7.0"]
# sylius: ["~2.0.0"]
Expand Down

0 comments on commit 5de8667

Please sign in to comment.