Skip to content

Commit 6f019ad

Browse files
author
Deploy
committed
Dropped Laravel 10
1 parent 2dbc52b commit 6f019ad

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,16 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.1, 8.2, 8.3, 8.4]
13-
laravel: [10.*, 11.*, 12.*]
12+
php: [8.2, 8.3, 8.4]
13+
laravel: [11.*, 12.*]
1414
stability: [prefer-stable]
1515
include:
16-
- laravel: 10.*
17-
testbench: 8.*
18-
pestphp: 2.*
1916
- laravel: 11.*
2017
testbench: 9.*
21-
pestphp: 2.*
18+
pestphp: 3.*
2219
- laravel: 12.*
2320
testbench: 10.*
24-
pestphp: 2.*
21+
pestphp: 3.*
2522
exclude:
2623
- laravel: 11.*
2724
php: 8.1

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"require": {
2020
"php": "^8.1",
2121
"guzzlehttp/guzzle": "^7.4",
22-
"nunomaduro/termwind": "^1.10 || ^2.0",
23-
"pestphp/pest": "^2.0",
22+
"nunomaduro/termwind": "^2.0",
23+
"pestphp/pest": "^3.0",
2424
"spatie/laravel-package-tools": "^1.9.2"
2525
},
2626
"require-dev": {
27-
"laravel/framework": "^10.0 || ^11.0 || ^12.0",
27+
"laravel/framework": "^11.0 || ^12.0",
2828
"laravel/pint": "^1.13",
29-
"larastan/larastan": "^2.2.0 || ^3.1",
30-
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
29+
"larastan/larastan": "^3.1",
30+
"orchestra/testbench": "^9.0 || ^10.0",
3131
"phpmd/phpmd": "^2.14",
3232
"phpstan/extension-installer": "^1.1",
3333
"phpstan/phpstan": "^1.8 || ^2.1",

0 commit comments

Comments
 (0)