From 91cc852b5f3a15f632951c67109bc9db9cad166d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kali=C5=84ski?= Date: Mon, 2 Sep 2024 12:50:19 +0200 Subject: [PATCH] OP-508 - build with ECS has been updated --- .github/workflows/build.yml | 10 ++++++---- tests/Application/config/bootstrap.php | 9 ++++++++- tests/Application/public/index.php | 9 ++++++++- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f18539..1a02ac8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,14 +20,16 @@ jobs: matrix: php: ["8.0", "8.1", "8.2", "8.3"] symfony: ["^5.4", "^6.4"] - sylius: ["~1.12.0", "~1.13.0"] + sylius: ["~1.12", "~1.13"] node: ["^18.0", "^20.0"] - mysql: ["8.0"] + mysql: [ "5.7", "8.0" ] + exclude: - - sylius: "~1.13.0" + - sylius: "~1.13" php: "8.0" - - symfony: "^6.4" + - sylius: "~1.12" php: "8.0" + symfony: "^6.4" env: APP_ENV: test diff --git a/tests/Application/config/bootstrap.php b/tests/Application/config/bootstrap.php index c78eb11..450a654 100644 --- a/tests/Application/config/bootstrap.php +++ b/tests/Application/config/bootstrap.php @@ -1,5 +1,12 @@