Skip to content

Commit

Permalink
NTR: add shopware 6.4.20.1 to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Apr 17, 2023
1 parent 367964f commit 95c6a80
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 25,863 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ jobs:
- name: Build Plugin
uses: ./.github/actions/build-plugin
with:
shopware: 6.4.19.0
shopware: 6.4.20.1

e2e:
name: E2E | Shopware ${{ matrix.shopware }}, PHP ${{ matrix.php }}
Expand All @@ -342,7 +342,7 @@ jobs:
fail-fast: false
matrix:
include:
- shopware: '6.4.20.0'
- shopware: '6.4.20.1'
php: '8.2'
- shopware: '6.4.19.0'
php: '8.2'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/compatibility_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
fail-fast: false
matrix:
include:
- plugin: '3.6.0'
url: 'https://github.com/mollie/Shopware6/releases/download/v3.6.0/MolliePayments-v3.6.0.zip'
- plugin: '3.5.0'
url: 'https://github.com/mollie/Shopware6/releases/download/v3.5.0/MolliePayments-v3.5.0.zip'
- plugin: '3.4.0'
url: 'https://github.com/mollie/Shopware6/releases/download/v3.4.0/MolliePayments-v3.4.0.zip'
- plugin: '3.3.0'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
- name: Build Plugin
uses: ./.github/actions/build-plugin
with:
shopware: 6.4.19.0
shopware: 6.4.20.1

# ------------------------------------------------------------------------------------------------------------------------

Expand All @@ -334,7 +334,7 @@ jobs:
strategy:
fail-fast: false
matrix:
shopware: [ '6.4.17.0', '6.4.16.0', '6.4.15.0', '6.4.9.0', '6.4.8.2', '6.4.0.0', '6.3.5.0' ]
shopware: [ '6.4.20.0', '6.4.17.0', '6.4.16.0', '6.4.15.0', '6.4.9.0', '6.4.8.2', '6.4.0.0', '6.3.5.0' ]
steps:

- name: Clone Code
Expand Down Expand Up @@ -368,7 +368,7 @@ jobs:
matrix:
include:
# latest Shopware
- shopware: '6.4.19.0'
- shopware: '6.4.20.1'
php: '8.2'
# in between, 6.4.7.0 was a "breaker"
- shopware: '6.4.7.0'
Expand Down
Loading

0 comments on commit 95c6a80

Please sign in to comment.