Skip to content

Commit 767a5d1

Browse files
committed
windows tests
1 parent 96a5487 commit 767a5d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
include:
2020
- os: windows-latest
2121
php: 8.3
22-
laravel: 11.*
22+
laravel: 12.*
2323
stability: prefer-stable
2424
- os: windows-latest
2525
php: 8.4
26-
laravel: 11.*
26+
laravel: 12.*
2727
stability: prefer-stable
2828

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

0 commit comments

Comments
 (0)