Skip to content

Commit

Permalink
Remove Symfony 4.x from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandoorn committed Dec 18, 2024
1 parent d5b745b commit ae51aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
php: ["8.0", "8.1", "8.2"]
symfony: ["^4.4", "^5.4", "^6.4"]
symfony: ["^5.4", "^6.4"]
sylius: ["~1.13.0", "~1.14.0"]
node: ["14.x"]
mysql: ["8.0"]
Expand Down

0 comments on commit ae51aeb

Please sign in to comment.