Skip to content

Commit 6291c9c

Browse files
committed
Update Laravel version requirements in composer.json and run-tests.yml
Signed-off-by: Lloric Mayuga Garcia <lloricode@gmail.com>
1 parent b7af843 commit 6291c9c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest]
2020
php: [8.2, 8.3, 8.4]
21-
laravel: [^10.0, ^11.0, ^12.0]
21+
laravel: [^11.0, ^12.0]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
2424
- laravel: ^12.0
2525
testbench: ^10.0
2626
- laravel: ^11.0
2727
testbench: ^9.0
28-
- laravel: ^10.0
29-
testbench: ^8.0
3028

3129
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3230

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
],
2020
"require": {
2121
"php": "^8.2",
22-
"illuminate/contracts": "^10.0|^11.0|^12.0",
22+
"illuminate/contracts": "^11.0|^12.0",
2323
"spatie/laravel-health": "^1.19",
2424
"spatie/laravel-package-tools": "^1.12.1"
2525
},
2626
"require-dev": {
2727
"larastan/larastan": "^3.1.0",
2828
"laravel/pint": "^1.14.0",
29-
"orchestra/testbench": "^8.0|^9.0|^10.0",
29+
"orchestra/testbench": "^9.0|^10.0",
3030
"pestphp/pest": "^3.7.4",
3131
"pestphp/pest-plugin-arch": "^3.0.0",
3232
"pestphp/pest-plugin-laravel": "^3.1.0",

0 commit comments

Comments
 (0)