Skip to content

Commit 76948a5

Browse files
committed
remove Laravel 9
1 parent dad364b commit 76948a5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.1, 8.2]
17-
laravel: [9.*, 10.*]
17+
laravel: [10.*]
1818
elasticsearch: ["7.17.4"]
1919
stability: [prefer-lowest, prefer-stable]
2020
include:
21-
- laravel: 9.*
22-
testbench: 7.*
2321
- laravel: 10.*
2422
testbench: 8.*
2523

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^8.1",
20-
"laravel/framework": "^9.0 || ^10.0",
20+
"laravel/framework": "^10.0",
2121
"ruflin/elastica": "^7.1",
2222
"spatie/laravel-package-tools": "^1.13.0"
2323
},

0 commit comments

Comments
 (0)