Skip to content

Commit

Permalink
support L9
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Gabriele committed Feb 16, 2023
1 parent 1bb1928 commit fcfda61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.1]
php: [8.2]
laravel: [10.*]
stability: [prefer-lowest, prefer-stable]
include:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"php": "^8.1",
"aws/aws-php-sns-message-validator": "^1.8",
"aws/aws-sdk-php": "^3.258.7",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^9.0|^10.0",
"spatie/laravel-package-tools": "^1.14.1"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.0",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^7.0|^8.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"phpstan/extension-installer": "^1.1",
Expand Down

0 comments on commit fcfda61

Please sign in to comment.