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 08e7dd5
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 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,19 +108,25 @@ 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
-
sylius: ~1.10.0
php: 8.1
-
sylius: ~1.10.0
php: 8.2
-
sylius: ~1.10.0
php: 8.3
-
sylius: ~1.10.0
symfony: ^6.0
Expand All @@ -130,6 +136,15 @@ jobs:
-
sylius: ~1.11.0
php: 7.4
-
sylius: ~1.11.0
php: 8.1
-
sylius: ~1.11.0
php: 8.2
-
sylius: ~1.11.0
php: 8.3
-
sylius: ~1.11.0
symfony: ^6.0
Expand Down

0 comments on commit 08e7dd5

Please sign in to comment.