Skip to content

Commit

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

* Add tests for Laravel 10

---------

Co-authored-by: Marcus Olsson <hello@marcusolsson.me>
  • Loading branch information
laravel-shift and olssonm authored Jan 31, 2023
1 parent d2ae611 commit c1f4284
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
strategy:
matrix:
include:
- php: 8.2
illuminate: ^10.0
- php: 8.1
illuminate: ^9.0
- php: 8.1
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
}
],
"require": {
"illuminate/support": "^7.0|^8.0|^9.0",
"php" : "~7.4|^8.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"php": "~7.4|^8.0",
"squizlabs/php_codesniffer": "^3.5"
},
"require-dev": {
Expand Down

0 comments on commit c1f4284

Please sign in to comment.