From f4d2a1bf4eab00f697c79af0d9418e616a82a135 Mon Sep 17 00:00:00 2001 From: Vitalij Mik Date: Thu, 2 Nov 2023 15:45:47 +0100 Subject: [PATCH] NTR: increase shopware version (#648) * NTR: increase shopware version * NTR: Update api key * NTR: increase shopware version --------- Co-authored-by: Vitalij Mik --- .github/actions/build-plugin/action.yml | 2 +- .github/actions/run-e2e/action.yml | 2 +- .github/workflows/ci_pipe.yml | 2 +- .github/workflows/nightly_pipe.yml | 2 +- .github/workflows/pr_pipe.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/build-plugin/action.yml b/.github/actions/build-plugin/action.yml index 651ccd513..dd9e211b2 100644 --- a/.github/actions/build-plugin/action.yml +++ b/.github/actions/build-plugin/action.yml @@ -8,7 +8,7 @@ runs: - name: Start Docker shell: bash run: | - docker run --rm --name shop --env NODE_VERSION=18 --env PHP_VERSION=8.1 -d dockware/dev:6.5.6.0 + docker run --rm --name shop --env NODE_VERSION=18 --env PHP_VERSION=8.1 -d dockware/dev:6.5.6.1 sleep 20 docker logs shop diff --git a/.github/actions/run-e2e/action.yml b/.github/actions/run-e2e/action.yml index c86dc5914..ebae032f8 100644 --- a/.github/actions/run-e2e/action.yml +++ b/.github/actions/run-e2e/action.yml @@ -65,7 +65,7 @@ inputs: required: false _STORE_API_KEY: description: 'This is the Store API Key that is used when launching our Shopware. Its not confidential, its just for here' - default: 'SWSCOVFSNKLBYUTKS1VSOEDTUQ' + default: 'SWSCOVFSNKLBYUTKS1VSOEDGUQ' required: false _ZIP_FILE: description: 'This is the defined filename of the ZIP file that we use for the installation of the plugin' diff --git a/.github/workflows/ci_pipe.yml b/.github/workflows/ci_pipe.yml index 6efb88e26..92c2edb50 100644 --- a/.github/workflows/ci_pipe.yml +++ b/.github/workflows/ci_pipe.yml @@ -340,7 +340,7 @@ jobs: fail-fast: false matrix: include: - - shopware: '6.5.6.0' + - shopware: '6.5.6.1' php: '8.2' - shopware: '6.5.5.2' php: '8.2' diff --git a/.github/workflows/nightly_pipe.yml b/.github/workflows/nightly_pipe.yml index f5e5e8bcd..a00b9ceab 100644 --- a/.github/workflows/nightly_pipe.yml +++ b/.github/workflows/nightly_pipe.yml @@ -334,7 +334,7 @@ jobs: fail-fast: false matrix: include: - - shopware: '6.5.6.0' + - shopware: '6.5.6.1' php: '8.2' - shopware: '6.5.5.2' php: '8.2' diff --git a/.github/workflows/pr_pipe.yml b/.github/workflows/pr_pipe.yml index 6ed496914..f6feb6439 100644 --- a/.github/workflows/pr_pipe.yml +++ b/.github/workflows/pr_pipe.yml @@ -333,7 +333,7 @@ jobs: fail-fast: false matrix: include: - - shopware: '6.5.6.0' + - shopware: '6.5.6.1' php: '8.2' - shopware: '6.5.5.2' php: '8.2'