From 984af9fa54fba9483f1385f57d2c04cc871b2a8e Mon Sep 17 00:00:00 2001 From: Marija Date: Tue, 25 Jun 2024 14:15:11 +0200 Subject: [PATCH] Add Shopware 5.5.0 for e2e tests --- .github/workflows/ci-pipeline.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index d05c52c8..5ec769da 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -53,6 +53,11 @@ jobs: port: 443 browser: 'chromium' device: 'Desktop Chrome' + - shopware: '5.5.0' + php: '7.4' + port: 443 + browser: 'chromium' + device: 'Desktop Chrome' # # - shopware: '5.6.10' # php: '7.4'