Skip to content

Commit

Permalink
NTR: add Shopware 6.5.6.0 to pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Oct 4, 2023
1 parent 70d8511 commit 3058100
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-plugin/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
- name: Start Docker
shell: bash
run: |
docker run --rm --name shop --env NODE_VERSION=18 --env PHP_VERSION=8.1 -d dockware/dev:6.5.4.1
docker run --rm --name shop --env NODE_VERSION=18 --env PHP_VERSION=8.1 -d dockware/dev:6.5.6.0
sleep 20
docker logs shop
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ jobs:
fail-fast: false
matrix:
include:
- shopware: '6.5.6.0'
php: '8.2'
- shopware: '6.5.5.2'
php: '8.2'
- shopware: '6.4.20.2'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nightly_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ jobs:
fail-fast: false
matrix:
include:
- shopware: '6.5.6.0'
php: '8.2'
- shopware: '6.5.5.2'
php: '8.2'
- shopware: '6.5.4.1'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,8 @@ jobs:
fail-fast: false
matrix:
include:
- shopware: '6.5.6.0'
php: '8.2'
- shopware: '6.5.5.2'
php: '8.2'
- shopware: '6.4.20.2'
Expand Down

0 comments on commit 3058100

Please sign in to comment.