Skip to content

Commit 87bd157

Browse files
authored
update GA test suite
1 parent ccd62e3 commit 87bd157

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,20 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
php: [8.0, 7.4]
13-
laravel: [8.*]
12+
php: [8.1, 8.0, 7.4]
13+
laravel: [8.*, 9.*]
1414
stability: [prefer-lowest, prefer-stable]
1515
include:
16+
- laravel: 9.*
17+
testbench: 7.*
1618
- laravel: 8.*
1719
testbench: 6.*
20+
exclude:
21+
- laravel: 9.*
22+
php: 7.4
23+
- laravel: 8.*
24+
php: 8.1
25+
stability: prefer-lowest
1826

1927
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2028

0 commit comments

Comments
 (0)