diff --git a/.github/workflows/ci_pipe.yml b/.github/workflows/ci_pipe.yml index 1d30c36fc..21834098a 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.6.3.0' + - shopware: '6.6.3.1' php: '8.2' - shopware: '6.5.8.8' php: '8.2' diff --git a/.github/workflows/nightly_pipe.yml b/.github/workflows/nightly_pipe.yml index 45c441ee4..cc2a57670 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.6.3.0' + - shopware: '6.6.3.1' php: '8.2' - shopware: '6.5.8.8' php: '8.2' diff --git a/.github/workflows/pr_pipe.yml b/.github/workflows/pr_pipe.yml index cd634d33d..c376b6e3b 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.6.3.0' + - shopware: '6.6.3.1' php: '8.2' - shopware: '6.5.8.8' php: '8.2'