Skip to content

Commit 52a4901

Browse files
authored
Update run-tests.yml
one test.
1 parent ec13432 commit 52a4901

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 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, windows-latest]
16-
php: [8.2, 8.1]
17-
laravel: [10.*]
18-
stability: [prefer-lowest, prefer-stable]
15+
os: [ubuntu-latest]
16+
php: [8.2]
17+
laravel: [10]
18+
stability: [prefer-stable]
1919
include:
2020
- laravel: 10.*
2121
testbench: 8.*

0 commit comments

Comments
 (0)