Skip to content

Commit 0c1e951

Browse files
committed
WIP
1 parent 370f778 commit 0c1e951

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,14 +10,20 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: [ 8.0 ]
13-
laravel: [ 7.* ]
13+
laravel: [ 7.*, 8.* ]
1414
include:
1515
- php: 8.0
1616
laravel: 7.*
1717
phpunit: 9.*
1818
testbench: 5.*
1919
larastan: 1.*
2020

21+
- php: 8.0
22+
laravel: 8.*
23+
phpunit: 9.*
24+
testbench: 6.*
25+
larastan: 1.*
26+
2127
name: Laravel Actions Tests - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2228

2329
steps:

0 commit comments

Comments
 (0)