Skip to content

Commit

Permalink
laravel 11 support 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sairahcaz committed Mar 7, 2024
1 parent c3aaf06 commit 50cb551
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.3, 8.2, 8.1]
laravel: [11.*, 10.*, 9.*, 8.*]
laravel: [11.*, 10.*, 9.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 11.*
Expand All @@ -23,8 +23,6 @@ jobs:
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: 6.27
exclude:
- php: 8.1
laravel: 11.*
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ phpstan.neon
testbench.yaml
vendor
node_modules
.phpunit.cache
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"require": {
"php": "^8.1",
"doctrine/dbal": "^3.6",
"illuminate/database": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/database": "^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
"spatie/laravel-package-tools": "^1.12 || ^1.14"
},
"require-dev": {
"laravel/pint": "^1.7",
"nunomaduro/larastan": "^1.0 || ^2.5",
"orchestra/testbench": "^6.27 || ^7.0 || ^8.0 || ^9.0",
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
"pestphp/pest": "^1.22 || ^2.0",
"pestphp/pest-plugin-laravel": "^1.22 || ^2.0",
"phpstan/extension-installer": "^1.2",
Expand Down

0 comments on commit 50cb551

Please sign in to comment.