Skip to content

Commit

Permalink
Add newest PHP version to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed Jan 4, 2024
1 parent 5fe5fe1 commit 0505397
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 @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 8.0 ]
php: [ 8.1 ]
symfony: [ ^5.4, ^6.0 ]

steps:
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.3, 7.4, 8.0]
php: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
symfony: [^5.4, ^6.0]
sylius: [~1.9.0, ~1.10.0, ~1.11.0, ~1.12.0]
node: [18.x]
Expand Down

0 comments on commit 0505397

Please sign in to comment.