Skip to content

Commit 29a2ddf

Browse files
committed
WIP
1 parent a489de5 commit 29a2ddf

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
@@ -16,10 +16,10 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
os: [ubuntu-latest, windows-latest]
19+
os: [ubuntu-latest]
2020
php: [8.2]
2121
laravel: [10.*]
22-
stability: [prefer-lowest, prefer-stable]
22+
stability: [prefer-stable]
2323
include:
2424
- laravel: 10.*
2525
testbench: 8.*

0 commit comments

Comments
 (0)