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 f457e4c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 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,16 +108,13 @@ 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]
sylius: [~1.10.0, ~1.11.0, ~1.12.0]
node: [18.x]
mysql: [5.7]

exclude:
-
sylius: ~1.9.0
php: 8.0
-
sylius: ~1.10.0
php: 7.3
Expand Down

0 comments on commit f457e4c

Please sign in to comment.