Skip to content

Commit 2cb6d15

Browse files
authored
When running the BC checks, allow unstable deps (#624)
1 parent ef21394 commit 2cb6d15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/checks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,11 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v2
1616

17+
- name: Modify composer.json
18+
run: |
19+
sed -i -re 's/"require": \{/"minimum-stability": "dev","prefer-stable": true,"require": \{/' composer.json
20+
cat composer.json
21+
git commit -am "Allow unstable dependencies"
22+
1723
- name: Roave BC Check
1824
uses: docker://nyholm/roave-bc-check-ga

0 commit comments

Comments
 (0)