Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Mar 15, 2021
1 parent 0025105 commit 2544e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: shivammathur/setup-php@v1
with:
php-version: ${{ matrix.php }}
extensions: mbstring, intl, pdo, pdo_sqlite, sqlite, curl
extensions: mbstring, intl, pdo, pdo_sqlite, sqlite, curl, json, pcre, simplexml, openssl
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"php": "^7.3|^8.0",
"ext-json": "*",
"aws/aws-php-sns-message-validator": "^1.6",
"aws/aws-sdk-php": "^3.163"
"aws/aws-sdk-php": "^3.173"
},
"require-dev": {
"orchestra/testbench": "^5.0|^6.0",
Expand Down

0 comments on commit 2544e03

Please sign in to comment.