Skip to content

Commit 95b36c2

Browse files
committed
wip
1 parent ee28a3d commit 95b36c2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212

1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
php: [8.4]
1617
laravel: [12.*]
1718
stability: [prefer-lowest, prefer-stable]
1819
os: [ubuntu-latest]
19-
include:
20-
- os: windows-latest
21-
php: 8.5
22-
laravel: 12.*
23-
stability: prefer-stable
20+
# include:
21+
# - os: windows-latest
22+
# php: 8.5
23+
# laravel: 12.*
24+
# stability: prefer-stable
2425

2526
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2627

0 commit comments

Comments
 (0)