From 08e7dd537c96bf95e74d5dabd702c6f4101cd8a0 Mon Sep 17 00:00:00 2001 From: Francis Hilaire Date: Thu, 4 Jan 2024 12:43:46 +0100 Subject: [PATCH] Add newest PHP version to the build --- .github/workflows/build.yml | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df11b91..514f86a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ 8.0 ] + php: [ 8.1 ] symfony: [ ^5.4, ^6.0 ] steps: @@ -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 @@ -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