Skip to content

Commit

Permalink
build(deps): drop Laravel 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Gandhi11 committed May 6, 2024
1 parent 8853a3d commit 958c276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
fail-fast: true
matrix:
php: [8.1, 8.2]
laravel: [9.*, 10.*]
laravel: [10.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"require": {
"php": "^8.1",
"illuminate/support": "^9.0|^10.0",
"illuminate/support": "^10.0",
"spatie/laravel-html": "^3.2"
},
"require-dev": {
Expand Down

0 comments on commit 958c276

Please sign in to comment.