Skip to content

Commit 93de876

Browse files
committed
wip
1 parent edd6dc0 commit 93de876

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525
php: 8.3
2626
laravel: 11.*
2727
stability: prefer-stable
28-
- os: windows-latest
29-
php: 8.4
30-
laravel: 11.*
31-
stability: prefer-stable
28+
# - os: windows-latest
29+
# php: 8.4
30+
# laravel: 11.*
31+
# stability: prefer-stable
3232
exclude:
3333
- php: 8.1
3434
laravel: 11.*
35-
- php: 8.4
36-
laravel: 10.*
35+
# - php: 8.4
36+
# laravel: 10.*
3737

3838
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3939

0 commit comments

Comments
 (0)