Skip to content

Commit

Permalink
Drop support for Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Mar 17, 2024
1 parent baf6f9d commit c03c134
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
php: ["8.1", "8.2", "8.3"]
laravel: ["^9.0", "^10.0", "^11.0"]
laravel: ["^10.0", "^11.0"]
stability: ["prefer-stable", "prefer-lowest"]
exclude:
- laravel: "^11.0"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

- Added support for Laravel 11 ([#21](https://github.com/jeromegamez/typed-collection/issues/21))
- Dropped support for Laravel 9

## 6.1.0 - 2023-02-17

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"illuminate/collections": "^9.0|^10.0|^11.0"
"illuminate/collections": "^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0.7",
Expand Down

0 comments on commit c03c134

Please sign in to comment.