Skip to content

Commit c86d5e5

Browse files
committed
Add Windows to testing matrix
1 parent c1a50b9 commit c86d5e5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,13 @@ jobs:
1818
laravel: [12.*]
1919
stability: [prefer-lowest, prefer-stable]
2020
os: [ubuntu-latest]
21+
include:
22+
- os: windows-latest
23+
php: 8.5
24+
laravel: 12.*
25+
stability: prefer-stable
2126

22-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
27+
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2328

2429
steps:
2530
- name: Checkout code

0 commit comments

Comments
 (0)