Skip to content

Commit 4c0fb9b

Browse files
committed
L9 support
1 parent ecfb346 commit 4c0fb9b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.0]
17-
laravel: [8.*]
16+
php: [8.0, 8.1]
17+
laravel: [8.*, 9.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 8.*
2121
testbench: ^6.6
22+
- laravel: 9.*
23+
testbench: ^7.0
2224

2325
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2426

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
}
2626
},
2727
"require-dev": {
28-
"nunomaduro/collision": "^5.3",
29-
"orchestra/testbench": "^6.15",
28+
"orchestra/testbench": "^6.15 || ^7.0",
3029
"pestphp/pest": "^1.18",
3130
"pestphp/pest-plugin-laravel": "^1.1",
3231
"spatie/laravel-ray": "^1.23",

0 commit comments

Comments
 (0)