Skip to content

Commit

Permalink
NTR: merge master
Browse files Browse the repository at this point in the history
commit 3a0f05d
Author: Vitalij Mik <[email protected]>
Date:   Fri Feb 9 12:28:17 2024 +0100

    NTR: test SW 6.5.8.4 (#703)

    Co-authored-by: Vitalij Mik <[email protected]>

commit f8390b3
Author: Vitalij Mik <[email protected]>
Date:   Fri Feb 9 11:29:47 2024 +0100

    NTR: new shopware version (#702)

    Co-authored-by: Vitalij Mik <[email protected]>
  • Loading branch information
Vitalij Mik committed Feb 9, 2024
1 parent 8fcb2d3 commit 5ff9d21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.8.2
docker run --rm --name shop --env NODE_VERSION=18 --env PHP_VERSION=8.1 -d dockware/dev:6.5.8.4
sleep 20
docker logs shop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ jobs:
fail-fast: false
matrix:
include:
- shopware: '6.5.8.2'
- shopware: '6.5.8.4'
php: '8.2'
- shopware: '6.5.6.1'
php: '8.2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ jobs:
fail-fast: false
matrix:
include:
- shopware: '6.5.8.2'
- shopware: '6.5.8.4'
php: '8.2'
- shopware: '6.5.6.1'
php: '8.2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ jobs:
fail-fast: false
matrix:
include:
- shopware: '6.5.8.2'
- shopware: '6.5.8.4'
php: '8.2'
- shopware: '6.5.5.2'
php: '8.2'
Expand Down

0 comments on commit 5ff9d21

Please sign in to comment.