Skip to content

Commit 2979ff6

Browse files
committed
Change minimum stability
1 parent fa4100b commit 2979ff6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/action/setup_shop/action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ runs:
1212
shell: bash
1313
run: shopware-cli project create shopware ${{ inputs.shopware-version }}
1414

15+
- name: Set minimum stability to dev
16+
shell: bash
17+
run: composer config minimum-stability dev
18+
1519
- name: Install Shopware
1620
shell: bash
1721
run: |

0 commit comments

Comments
 (0)