diff --git a/.github/workflows/ci_pipe.yml b/.github/workflows/ci_pipe.yml index 93a2650fd..1886bc3b0 100644 --- a/.github/workflows/ci_pipe.yml +++ b/.github/workflows/ci_pipe.yml @@ -340,9 +340,9 @@ jobs: fail-fast: false matrix: include: - - shopware: '6.6.4.1' + - shopware: '6.6.5.1' php: '8.2' - - shopware: '6.5.8.8' + - shopware: '6.5.8.13' php: '8.2' - shopware: '6.5.6.1' php: '8.2' diff --git a/.github/workflows/nightly_pipe.yml b/.github/workflows/nightly_pipe.yml index c7f02d1de..4f60df366 100644 --- a/.github/workflows/nightly_pipe.yml +++ b/.github/workflows/nightly_pipe.yml @@ -334,9 +334,9 @@ jobs: fail-fast: false matrix: include: - - shopware: '6.6.4.1' + - shopware: '6.6.5.1' php: '8.2' - - shopware: '6.5.8.8' + - shopware: '6.5.8.13' php: '8.2' - shopware: '6.5.6.1' php: '8.2' diff --git a/.github/workflows/pr_pipe.yml b/.github/workflows/pr_pipe.yml index c4cf17e6b..167ee5966 100644 --- a/.github/workflows/pr_pipe.yml +++ b/.github/workflows/pr_pipe.yml @@ -333,9 +333,9 @@ jobs: fail-fast: false matrix: include: - - shopware: '6.6.4.1' + - shopware: '6.6.5.1' php: '8.2' - - shopware: '6.5.8.8' + - shopware: '6.5.8.13' php: '8.2' - shopware: '6.5.5.2' php: '8.2'