From 050539734f18e077b2ee7a84b6d90c02858249fc 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df11b91..2d65aa0 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,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]