Skip to content

Commit

Permalink
drop laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ksassnowski committed Jan 5, 2024
1 parent 915a2b0 commit 13ac968
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ jobs:
strategy:
matrix:
php: [8.1, 8.2, 8.3]
laravel: [9.*, 10.*]
laravel: [10.*]
dependency-version: [prefer-stable]
os: [ubuntu-latest]
include:
- laravel: 9.*
testbench: ^7.0
- laravel: 10.*
testbench: ^8.0

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added support for PHP 8.3

### Removed

- Dropped Laravel 9 support

## [2.0.0] – 2022-02-06

### Added
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": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laravel/framework": "^9.5 || ^10.0",
"laravel/framework": "^10.0",
"roach-php/core": "^2.0 || ^3.0",
"spatie/laravel-package-tools": "^1.11"
},
Expand Down

0 comments on commit 13ac968

Please sign in to comment.