Skip to content

Commit

Permalink
Remove Laravel 9 and 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
3m1n3nc3 committed Aug 28, 2024
1 parent abaf745 commit 773c4bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.2, 8.3]
laravel: [9.*, 10.*, 11.*]
laravel: [11.*]
# laravel: [9.*, 10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
php: 8.1
# - laravel: 10.*
# testbench: 8.*
# php: 8.1
- laravel: 11.*
testbench: 9.*
php: 8.2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
],
"require": {
"php": "^8.1|^8.2|^8.3",
"illuminate/support": "^9.0|^10.0|^11.0"
"illuminate/support": "^11.0"
},
"require-dev": {
"fakerphp/faker": "^1.23",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"illuminate/contracts": "^11.0",
"illuminate/routing": "*",
"imanghafoori/php-imports-analyzer": "^1.0",
"laravel/pint": "^1.15",
Expand Down

0 comments on commit 773c4bf

Please sign in to comment.