diff --git a/.github/workflows/ci_pipe.yml b/.github/workflows/ci_pipe.yml index 1b1ef274f..1d30c36fc 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.2.0' + - shopware: '6.6.3.0' 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 faaf9034f..45c441ee4 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.2.0' + - shopware: '6.6.3.0' 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 2a5dabcb8..cd634d33d 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.2.0' + - shopware: '6.6.3.0' php: '8.2' - shopware: '6.5.8.8' php: '8.2'