Skip to content

Commit 2eeb76f

Browse files
committed
Drop Laravel 10 support as previous versions supported that
1 parent 920bdb5 commit 2eeb76f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ jobs:
1313
matrix:
1414
os: [ubuntu-latest]
1515
php: [8.4, 8.3, 8.2]
16-
laravel: [^12.0, ^10.0, ^11.0]
16+
laravel: [^12.0, ^11.0]
1717
dependency-version: [prefer-lowest, prefer-stable]
1818
include:
19-
- laravel: ^10.0
20-
testbench: ^8.0
2119
- laravel: ^11.0
2220
testbench: ^9.0
2321
- laravel: ^12.0

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
],
2020
"require": {
2121
"php": "^8.0",
22-
"illuminate/support": "^10.0|^11.0|^12.0"
22+
"illuminate/support": "^11.0|^12.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^11.0",
2626
"larapack/dd": "^1.0",
27-
"orchestra/testbench": "^8.0|^9.0|^10.0",
27+
"orchestra/testbench": "^9.0|^10.0",
2828
"mockery/mockery": "^1.0"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)