Skip to content

Commit 3d19984

Browse files
committed
Simplify matrix
1 parent ef890b8 commit 3d19984

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,18 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [ubuntu-22.04, windows-2025]
23+
os: [ubuntu-latest]
2424
php: [8.4, 8.3, 8.2]
2525
laravel: [~11.15, 12.x]
2626
stability: [prefer-lowest, prefer-stable]
27+
include:
28+
- os: windows-latest
29+
php: 8.3
30+
laravel: 12.x
31+
stability: prefer-stable
2732
steps:
2833
- name: Set git to use LF
29-
if: ${{ matrix.os == 'windows-2025' }}
34+
if: ${{ matrix.os == 'windows-latest' }}
3035
run: |
3136
git config --global core.autocrlf false
3237
git config --global core.eol lf

0 commit comments

Comments
 (0)