Skip to content

Commit

Permalink
Merge pull request #29 from aliasproject/aws_sdk_update
Browse files Browse the repository at this point in the history
  • Loading branch information
leob authored Aug 24, 2024
2 parents a8ff834 + 487415b commit 79d7642
Show file tree
Hide file tree
Showing 6 changed files with 1,540 additions and 1,504 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
php: ['8.0']
name: Pest - PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
Expand Down Expand Up @@ -80,7 +80,6 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
flags: jest
file: test-results/jest/clover.xml

# phpcs:
# runs-on: ubuntu-latest
# name: PHP Style Fixer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: ${{ github.event.release.target_commitish }}
- name: Use Node.js 12
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ vendor/
.idea/
.phpunit.result.cache
yarn-error.log
.DS_Store
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.0|^8.1|^8.2",
"ext-json": "*",
"aws/aws-sdk-php": "^3.80",
"aws/aws-sdk-php": "^3.308",
"bref/bref": "^1.1",
"guzzlehttp/guzzle": "^6.3|^7.0",
"laravel/framework": "^6.0|^7.0|^8.0|^9.0"
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"mockery/mockery": "^1.2",
Expand Down Expand Up @@ -61,4 +61,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}
Loading

0 comments on commit 79d7642

Please sign in to comment.