Skip to content

Commit 20c115c

Browse files
committed
Update run-tests.yml
1 parent 5c5adf8 commit 20c115c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
matrix:
1212
php: [8.0, 8.1]
1313
laravel: [8.*]
14-
dependency-version: [prefer-lowest, prefer-stable]
15-
os: [ubuntu-latest, windows-latest]
14+
dependency-version: [prefer-stable]
15+
os: [ubuntu-latest]
1616

1717
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
1818

0 commit comments

Comments
 (0)