Skip to content

Commit 65e8f98

Browse files
author
enricodelazzari
committed
UPDATE github action test
1 parent e060064 commit 65e8f98

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
1616
php: [8.1, 8.0]
17-
laravel: [9.*]
17+
laravel: [9.*, 8.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 9.*
2121
testbench: 7.*
22+
- laravel: 8.*
23+
testbench: ^6.23
24+
2225

2326
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2427

0 commit comments

Comments
 (0)