Skip to content

Commit

Permalink
Merge pull request #922 from JustSteveKing/main
Browse files Browse the repository at this point in the history
Bump: Deprecating Laravel 9 and PHP 8.1, adding Laravel 11 support
  • Loading branch information
freekmurze authored Feb 6, 2024
2 parents 93edc4c + 74d9f7d commit 0cac467
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1, 8.0]
php: [8.3, 8.2, 8.1]
laravel: [9.*, 10.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
- laravel: 11.*
testbench: 8.*
carbon: ^2.63
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*
carbon: ^2.63
exclude:
- laravel: 10.*
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
}
],
"require": {
"php": "^8.0",
"illuminate/database": "^9.0|^10.0",
"illuminate/http": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"php": "^8.1",
"illuminate/database": "^10.0|^11.0",
"illuminate/http": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"spatie/laravel-package-tools": "^1.11"
},
"require-dev": {
Expand Down

0 comments on commit 0cac467

Please sign in to comment.