Skip to content

Commit 086eaef

Browse files
committed
👷 Update tests matrix for Laravel 9
1 parent 4c7d3f5 commit 086eaef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎.github/workflows/run-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [7.3, 7.4, 8.0, 8.1]
13-
laravel: [6.*, 7.*, 8.*]
13+
laravel: [6.*, 7.*, 8.*, 9.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 6.*
@@ -19,6 +19,8 @@ jobs:
1919
testbench: 5.*
2020
- laravel: 8.*
2121
testbench: 6.*
22+
- laravel: 9.*
23+
testbench: 7.*
2224
exclude:
2325
- php: 8.1
2426
laravel: 6.*
@@ -27,6 +29,10 @@ jobs:
2729
- php: 8.1
2830
laravel: 8.*
2931
dependency-version: prefer-lowest
32+
- php: 7.3
33+
laravel: 9.*
34+
- php: 7.4
35+
laravel: 9.*
3036

3137
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
3238

0 commit comments

Comments
 (0)