Skip to content

Commit

Permalink
Laravel 10.x Compatibility (#27)
Browse files Browse the repository at this point in the history
* Bump dependencies for Laravel 10

* Update GitHub Actions for Laravel 10
  • Loading branch information
laravel-shift authored Feb 16, 2023
1 parent dd00920 commit 9e80222
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.0]
laravel: [^8.71, 9.*]
laravel: [^8.71, 9.*, 10.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: ^8.71
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"require": {
"php": "^8.0",
"spatie/laravel-package-tools": "^1.4.3",
"illuminate/contracts": "^8.37|^9"
"illuminate/contracts": "^8.37|^9|^10.0"
},
"require-dev": {
"nunomaduro/collision": "^5.3|^6.1",
"orchestra/testbench": "^6.15|^7.0",
"orchestra/testbench": "^6.15|^7.0|^8.0",
"pestphp/pest": "^1.18",
"pestphp/pest-plugin-laravel": "^1.1",
"spatie/laravel-ray": "^1.23",
"vimeo/psalm": "^4.8"
"vimeo/psalm": "^4.8|^5.6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9e80222

Please sign in to comment.