Skip to content

Commit 80c8415

Browse files
committed
chore: mark support for shopware 6.7.0
1 parent 8f4c3e9 commit 80c8415

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
allowEol: false
3030
justMinMaxShopware: false
3131
allowShopwareNext: true
32-
allowShopwareRC: false
32+
allowShopwareRC: true
3333

3434
Test:
3535
env:

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
"homepage": "https://friendsofshopware.de"
2121
}
2222
],
23+
"minimum-stability": "RC",
2324
"require": {
24-
"shopware/core": "~6.6.0",
25+
"shopware/core": "~6.6.0||~6.7.0",
2526
"nikic/php-parser": "^4.13.0|^5.0.0"
2627
},
2728
"suggest": {

0 commit comments

Comments
 (0)