We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a50b9 commit c86d5e5Copy full SHA for c86d5e5
.github/workflows/tests.yml
@@ -18,8 +18,13 @@ jobs:
18
laravel: [12.*]
19
stability: [prefer-lowest, prefer-stable]
20
os: [ubuntu-latest]
21
+ include:
22
+ - os: windows-latest
23
+ php: 8.5
24
+ laravel: 12.*
25
+ stability: prefer-stable
26
- name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
27
+ name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
28
29
steps:
30
- name: Checkout code
0 commit comments