Skip to content

Commit cec408b

Browse files
committed
Remove support for Laravel 10
1 parent 372be11 commit cec408b

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
os: [ubuntu-latest, macos-latest]
11+
os: [ubuntu-latest]
1212
php: [8.2, 8.3, 8.4]
13-
laravel: [10.*, 11.*, 12.*]
13+
laravel: [11.*, 12.*]
1414
stability: [prefer-lowest, prefer-stable]
1515
include:
16-
- laravel: 10.*
17-
testbench: 8.*
18-
workbench: 8.*
1916
- laravel: 11.*
2017
testbench: 9.*
2118
workbench: 9.*

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
],
2020
"require": {
2121
"php": "^8.2",
22-
"illuminate/support": "^10.0|^11.0|^12.0"
22+
"illuminate/support": "^11.0|^12.0"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.10",
26-
"orchestra/testbench": "^8.14|^9.0|^10.0",
27-
"orchestra/workbench": "^8.0|^9.0|^10.0",
26+
"orchestra/testbench": "^9.0|^10.0",
27+
"orchestra/workbench": "^9.0|^10.0",
2828
"phpunit/phpunit": "^10.5|^11.5"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)