From 5ec53412047ea2dffde6ee9bcd4eecb3dec1017c Mon Sep 17 00:00:00 2001 From: marekrzytki Date: Tue, 22 Feb 2022 12:18:01 +0100 Subject: [PATCH] Try to fix build --- .github/workflows/build.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a25a1bd..186a6c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,18 +22,20 @@ jobs: matrix: php: [ 7.4, 8.0 ] symfony: [ ^4.4, ^5.2 ] - sylius: [ ~1.9, ~1.10, ~1.11.0 ] + sylius: [ ~1.9.0, ~1.10.0, ~1.11.0 ] node: [ 10.x ] mysql: [ 5.7 ] - exclude: - - sylius: [~1.9] - php: [8.0] - - - sylius: [~1.10.0] - symfony: [4.4] - - sylius: [~1.11.0] - php: [7.4] + exclude: + - + sylius: ~1.9.0 + php: 8.0 + - + sylius: ~1.10.0 + symfony: 4.4 + - + sylius: ~1.11.0 + php: 7.4 env: APP_ENV: test