Skip to content

Commit

Permalink
Remove support for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Mar 2, 2025
1 parent 372be11 commit cec408b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
php: [8.2, 8.3, 8.4]
laravel: [10.*, 11.*, 12.*]
laravel: [11.*, 12.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
workbench: 8.*
- laravel: 11.*
testbench: 9.*
workbench: 9.*
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
],
"require": {
"php": "^8.2",
"illuminate/support": "^10.0|^11.0|^12.0"
"illuminate/support": "^11.0|^12.0"
},
"require-dev": {
"laravel/pint": "^1.10",
"orchestra/testbench": "^8.14|^9.0|^10.0",
"orchestra/workbench": "^8.0|^9.0|^10.0",
"orchestra/testbench": "^9.0|^10.0",
"orchestra/workbench": "^9.0|^10.0",
"phpunit/phpunit": "^10.5|^11.5"
},
"autoload": {
Expand Down

0 comments on commit cec408b

Please sign in to comment.