Skip to content

Commit 76a3a4a

Browse files
committed
refactor: drop Laravel 9.x support which is not maintained anymore
1 parent 8cb611f commit 76a3a4a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/tests.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ jobs:
1111
fail-fast: true
1212
matrix:
1313
php: [8.1, 8.2, 8.3]
14-
laravel: [9.*, 10.*]
14+
laravel: [10.*]
1515
dependency-version: [prefer-lowest, prefer-stable]
1616
include:
17-
- laravel: 9.*
18-
testbench: 7.*
1917
- laravel: 10.*
2018
testbench: 8.*
2119

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"require": {
1919
"php": "^8.1",
2020
"exolnet/laravel-html-list": "^3.0",
21-
"illuminate/support": "^9.0|^10.0"
21+
"illuminate/support": "^10.0"
2222
},
2323
"require-dev": {
2424
"exolnet/phpcs-config": "^2.0",
2525
"mockery/mockery": "^1.5.1",
26-
"orchestra/testbench": "^7.0|^8.0",
26+
"orchestra/testbench": "^8.0",
2727
"phpunit/phpunit": "^9.5.11",
2828
"squizlabs/php_codesniffer": "^3.7.1"
2929
},

0 commit comments

Comments
 (0)