Skip to content

Commit 261d337

Browse files
committed
chore: remove support for Laravel 10
1 parent d801921 commit 261d337

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
php: [8.4, 8.3, 8.2]
13-
laravel: ["^12.0", "^11.0", "^10.0"]
13+
laravel: ["^12.0", "^11.0"]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: "^12.0"
1717
testbench: 10.*
1818
- laravel: "^11.0"
1919
testbench: 9.*
20-
- laravel: "^10.0"
21-
testbench: 8.*
2220
exclude:
2321
- laravel: "^8.12"
2422
php: 8.3

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"require": {
1414
"php": "^8.2",
1515
"guzzlehttp/guzzle": "^7.8",
16-
"illuminate/contracts": "^10.0|^11.0|^12.0",
17-
"illuminate/http": "^10.0|^11.0|^12.0",
18-
"illuminate/routing": "^10.0|^11.0|^12.0",
19-
"illuminate/support": "^10.0|^11.0|^12.0"
16+
"illuminate/contracts": "^11.0|^12.0",
17+
"illuminate/http": "^11.0|^12.0",
18+
"illuminate/routing": "^11.0|^12.0",
19+
"illuminate/support": "^11.0|^12.0"
2020
},
2121
"require-dev": {
2222
"laravel/pint": "^1.2",
23-
"orchestra/testbench": "^8.0|^9.0|^10.0",
23+
"orchestra/testbench": "^9.0|^10.0",
2424
"pestphp/pest": "^3.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)