Skip to content

Commit 70b3433

Browse files
authored
ci: use new workflow
1 parent bd5f749 commit 70b3433

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ name: BuildPlugin
33
on:
44
push:
55
branches:
6-
- 1.x
6+
- main
77

88
jobs:
99
build:
10-
uses: FriendsOfShopware/workflows/.github/workflows/store.yml@main
10+
uses: FriendsOfShopware/workflows/.github/workflows/store-shopware-cli.yml@main
1111
with:
1212
extensionName: FroshProductCompare
13-
shopwareVersion: 6.4.1
1413
secrets:
1514
accountUser: ${{ secrets.ACCOUNT_USER }}
1615
accountPassword: ${{ secrets.ACCOUNT_PASSWORD }}
17-
ghToken: ${{ secrets.GITHUB_TOKEN }}
16+
ghToken: ${{ secrets.GITHUB_TOKEN }}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
}
1616
],
1717
"require": {
18-
"shopware/core": "^6.4",
19-
"shopware/storefront": "^6.4"
18+
"shopware/core": "~6.4.0",
19+
"shopware/storefront": "~6.4.0"
2020
},
2121
"extra": {
2222
"shopware-plugin-class": "Frosh\\FroshProductCompare\\FroshProductCompare",

0 commit comments

Comments
 (0)