Skip to content

Commit f1554ef

Browse files
authored
Update run-tests.yml
1 parent ea84f63 commit f1554ef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
os: [ubuntu-latest, windows-latest]
12-
php: [8.0]
13-
laravel: [8.*]
11+
os: [ubuntu-latest]
12+
php: [8.1, 8.0]
13+
laravel: [9.*]
1414
stability: [prefer-lowest, prefer-stable]
1515
include:
16-
- laravel: 8.*
17-
testbench: 6.*
16+
- laravel: 9.*
17+
testbench: 7.*
1818

1919
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2020

0 commit comments

Comments
 (0)