Skip to content

Commit

Permalink
drop L9 for next major version
Browse files Browse the repository at this point in the history
  • Loading branch information
fourstacks committed Apr 26, 2024
1 parent 614bf59 commit eb4f248
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,15 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.0, 8.1, '8.2']
laravel: ['9.*', '10.*', '11.*']
php: ['8.1', '8.2']
laravel: ['10.*', '11.*']
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 11.*
testbench: 9.*
exclude:
- laravel: 10.*
php: 8.0
- laravel: 11.*
php: 8.0
- laravel: 11.*
php: 8.1

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
}
],
"require": {
"php": "^8.0",
"illuminate/pagination": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0"
"php": "^8.1",
"illuminate/pagination": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0"
},
"require-dev": {
"fakerphp/faker": "^1.12",
"laravel/legacy-factories": "^1.0",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"orchestra/testbench": "^8.0|^9.0",
"phpunit/phpunit": "^9.0|^10.0"
},
"autoload": {
Expand Down

0 comments on commit eb4f248

Please sign in to comment.