Skip to content

Commit 46498ca

Browse files
[6.x] Run Windows tests against Laravel 12 (#11628)
1 parent d04dee8 commit 46498ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ jobs:
2222
os: [ubuntu-latest]
2323
include:
2424
- os: windows-latest
25-
php: 8.3
25+
php: 8.4
2626
laravel: 11.*
2727
stability: prefer-stable
28+
- os: windows-latest
29+
php: 8.4
30+
laravel: 12.*
31+
stability: prefer-stable
2832

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

0 commit comments

Comments
 (0)