From 8d5335adb92c5917b1eda45175c687a2a4df363a Mon Sep 17 00:00:00 2001 From: Jakub Macioszek Date: Tue, 8 Jun 2021 13:38:27 +0200 Subject: [PATCH] Change build sylius matrix to not use exact version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e7b0d6c..cf5b0ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: php: [7.4, 7.3] node: [10.x] mysql: [5.7, 8.0] - sylius: [1.8.12, ~1.9] + sylius: [~1.8, ~1.9] exclude: - # PHP 7.3 does not support "caching_sha2_password" authentication plugin which is a default one in MySQL 8.0