Skip to content

Commit 62ee9bb

Browse files
authored
[DynamoDbSession] Fixed BC test (#649)
1 parent 5d9ed9c commit 62ee9bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/checks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@ jobs:
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v2
16+
1617
- name: Modify composer.json
1718
run: |
1819
sed -i -re 's/"require": \{/"minimum-stability": "dev","prefer-stable": true,"require": \{/' composer.json
1920
cat composer.json
21+
22+
git config --local user.email "github@async-aws.com"
23+
git config --local user.name "AsyncAWS Bot"
2024
git commit -am "Allow unstable dependencies"
25+
2126
- name: Roave BC Check
2227
uses: docker://nyholm/roave-bc-check-ga

0 commit comments

Comments
 (0)