Skip to content

Commit 40186ff

Browse files
committed
chore: target 6.6.x platform
1 parent 5c2f5ec commit 40186ff

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: shopware/github-actions/setup-extension@main
3131
with:
3232
extensionName: '${{ github.event.repository.name }}'
33-
shopwareVersion: '${{ matrix.shopware-version }}'
33+
shopwareVersion: '6.6.x'
3434
install: true
3535
extraRepositories: |
3636
{
@@ -77,12 +77,11 @@ jobs:
7777
fail-fast: false
7878
matrix:
7979
shopware-version:
80-
- trunk
8180
- 6.6.x
8281
uses: shopware/github-actions/.github/workflows/phpunit.yml@main
8382
with:
8483
extensionName: '${{ github.event.repository.name }}'
85-
shopwareVersion: '${{ matrix.shopware-version }}'
84+
shopwareVersion: '6.6.x'
8685
uploadCoverage: true
8786
secrets:
8887
codecovToken: '${{ secrets.CODECOV_TOKEN }}'

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"en-GB": "Demo data plugin for Shopware 6. Do not use in production environments! The data is imported on plugin activation and it will overwritten existing data."
2626
},
2727
"manufacturerLink": {
28-
"de-DE": "https://store.shopware.com/shopware-ag.html",
29-
"en-GB": "https://store.shopware.com/en/shopware-ag.html"
28+
"de-DE": "https://store.shopware.com/de/extension-partners/shopware-ag",
29+
"en-GB": "https://store.shopware.com/en/extension-partners/shopware-ag"
3030
},
3131
"supportLink": {
3232
"de-DE": "https://docs.shopware.com/de",

0 commit comments

Comments
 (0)