Skip to content

Commit bcd074e

Browse files
committed
WIP
1 parent 0c1e951 commit bcd074e

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
fail-fast: true
1111
matrix:
1212
php: [ 8.0 ]
13-
laravel: [ 7.*, 8.* ]
13+
laravel: [ 7.*, 8.*, 9.* ]
1414
include:
1515
- php: 8.0
1616
laravel: 7.*
@@ -24,6 +24,12 @@ jobs:
2424
testbench: 6.*
2525
larastan: 1.*
2626

27+
- php: 8.0
28+
laravel: 9.*
29+
phpunit: 9.*
30+
testbench: 7.*
31+
larastan: 2.*
32+
2733
name: Laravel Actions Tests - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2834

2935
steps:

0 commit comments

Comments
 (0)