Skip to content

Commit 795e1c3

Browse files
committed
Update run-tests.yml
1 parent 5b528d8 commit 795e1c3

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
@@ -12,10 +12,10 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
os: [ubuntu-latest]
15+
os: [ubuntu-latest, windows-latest]
1616
php: [8.2, 8.1]
1717
laravel: [10.*]
18-
stability: [prefer-lowest, prefer-stable]
18+
stability: [prefer-stable]
1919
include:
2020
- laravel: 10.*
2121
testbench: 8.*

0 commit comments

Comments
 (0)