Skip to content

Commit 856a320

Browse files
committed
Drop Laravel 9 and 10 support
1 parent fd4176b commit 856a320

File tree

2 files changed

+5
-20
lines changed

2 files changed

+5
-20
lines changed

.github/workflows/run-tests.yml

+1-16
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,14 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
laravel: [9.*, 10.*, 11.*, 12.*]
1312
php: [8.4, 8.3, 8.2]
13+
laravel: [11.*, 12.*]
1414
dependency-version: [prefer-stable]
1515
include:
16-
- laravel: 9.*
17-
testbench: 7.*
18-
- laravel: 10.*
19-
testbench: 8.*
2016
- laravel: 11.*
2117
testbench: 9.*
2218
- laravel: 12.*
2319
testbench: 10.*
24-
exclude:
25-
- laravel: 10.*
26-
php: 8.0
27-
- laravel: 11.*
28-
php: 8.0
29-
- laravel: 11.*
30-
php: 8.1
31-
- laravel: 12.*
32-
php: 8.0
33-
- laravel: 12.*
34-
php: 8.1
3520

3621
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
3722

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"require": {
2020
"php": "^8.2",
2121
"spatie/laravel-package-tools": "^1.9.2",
22-
"illuminate/contracts": "^9.0 | ^10.0 | ^11.0 | ^12.0"
22+
"illuminate/contracts": "^11.0 | ^12.0"
2323
},
2424
"require-dev": {
2525
"friendsofphp/php-cs-fixer": "^3.4",
2626
"nunomaduro/collision": "^5.10 |^6.0 | ^7.0 | ^8.0",
2727
"larastan/larastan": "^2.0",
28-
"orchestra/testbench": "^7 | ^8 | ^9 | ^10",
29-
"pestphp/pest": "^1.21 | ^2.0",
30-
"pestphp/pest-plugin-laravel": "^1.1 | ^2.0",
28+
"orchestra/testbench": "^9 | ^10",
29+
"pestphp/pest": "^2.0",
30+
"pestphp/pest-plugin-laravel": "^2.0",
3131
"phpstan/extension-installer": "^1.1",
3232
"phpstan/phpstan-deprecation-rules": "^1.0",
3333
"phpstan/phpstan-phpunit": "^1.0",

0 commit comments

Comments
 (0)