Skip to content

Commit

Permalink
Merge pull request #331 from njoguamos/Add-Laravel-10-support
Browse files Browse the repository at this point in the history
Add Laravel 10.x Compactibility
  • Loading branch information
rubenvanassche authored Jan 24, 2023
2 parents 18abb91 + 6e24e50 commit cbc712e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2]
laravel: [8.*, 9.*]
laravel: [8.*, 9.*, 10.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 8.*
testbench: ^6.25
- laravel: 9.*
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require" : {
"php" : "^8.1",
"illuminate/contracts" : "^8.83|^9.30",
"illuminate/contracts" : "^8.83|^9.30|^10.0",
"phpdocumentor/type-resolver" : "^1.5",
"spatie/laravel-package-tools" : "^1.9.0"
},
Expand All @@ -27,7 +27,7 @@
"inertiajs/inertia-laravel" : "^0.6.3",
"nette/php-generator" : "^3.5",
"nunomaduro/larastan" : "^2.0|^1.0.3",
"orchestra/testbench" : "^6.24|^7.6",
"orchestra/testbench" : "^6.24|^7.6|^8.0",
"pestphp/pest" : "^1.22",
"pestphp/pest-plugin-laravel" : "^1.3",
"phpstan/extension-installer" : "^1.1",
Expand Down

0 comments on commit cbc712e

Please sign in to comment.