Skip to content

Commit

Permalink
OP-556 - Added PHP 8.4 to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Jan 9, 2025
1 parent a52dceb commit 06497f7
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 @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ "8.2", "8.3" ]
php: [ "8.2", "8.3", "8.4" ]
symfony: ["^6.4", "^7.1" ]
sylius: [ "~2.0.0" ]
node: [ "20.x", "22.x" ]
Expand Down

0 comments on commit 06497f7

Please sign in to comment.