Skip to content

Commit

Permalink
OP-291: Update supported php and node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hmfilar committed Sep 18, 2024
1 parent aa49117 commit 31432e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ "8.1" ]
php: [ "8.1", "8.2", "8.3" ]
symfony: [ "^5.4", "^6.0" ]
sylius: [ "~1.12.13", "~1.13.0" ]
node: [ "^14.17.x" ]
node: [ "18.x", "20.x" ]
mysql: [ "8.0" ]
state_machine_adapter: [ "winzou_state_machine", "symfony_workflow" ]

Expand Down

0 comments on commit 31432e9

Please sign in to comment.