diff --git a/.github/workflows/ci_pipe.yml b/.github/workflows/ci_pipe.yml index 4caf22eac..93a2650fd 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.4.0' + - shopware: '6.6.4.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 4e436c1c5..c7f02d1de 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.4.0' + - shopware: '6.6.4.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 40830db5b..c4cf17e6b 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.4.0' + - shopware: '6.6.4.1' php: '8.2' - shopware: '6.5.8.8' php: '8.2'