Skip to content

Commit

Permalink
add laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Jul 16, 2023
1 parent ccaa2d8 commit cceb1fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1]
php: [8.1, 8.2]
dependency-version: [prefer-lowest, prefer-stable]

steps:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"php": "^8.1",
"ext-json": "*",
"illuminate/support": "^9.0",
"illuminate/support": "^9.0 || ^10.0",
"nesbot/carbon": "^2.53.1",
"sammyjo20/saloon": "^2.0",
"sammyjo20/saloon-laravel": "^v2.0",
Expand All @@ -33,7 +33,7 @@
"require-dev": {
"astrotomic/phpunit-assertions": "^0.10.0",
"laravel/pint": "^1.2",
"orchestra/testbench": "^7.0",
"orchestra/testbench": "^7.0 || ^8.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.2"
},
Expand Down

0 comments on commit cceb1fc

Please sign in to comment.