Skip to content

Commit

Permalink
build(deps): drop Laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
xel1045 committed Feb 26, 2025
1 parent a2e4029 commit e6ed0e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,10 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2, 8.3]
php: [8.2, 8.3]
laravel: [10.*, 11.*, 12.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- php: 8.1
laravel: 11.*
- php: 8.1
laravel: 12.*
include:
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*
- laravel: 12.*
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
}
],
"require": {
"php": "^8.1",
"laravel/framework": "^10.0|^11.0|^12.0"
"php": "^8.2",
"laravel/framework": "^11.0|^12.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.0",
"laravel/pint": "^1.2",
"mockery/mockery": "^1.4",
"orchestra/testbench": "^8.0|^9.0|^10.0",
"phpunit/phpunit": "^10.5|^11.5.3",
"orchestra/testbench": "^9.0|^10.0",
"phpunit/phpunit": "^11.5.3",
"squizlabs/php_codesniffer": "^3.6"
},
"autoload": {
Expand Down

0 comments on commit e6ed0e3

Please sign in to comment.