Skip to content

Commit 232d7ac

Browse files
authored
Update run-tests.yml
1 parent cff244b commit 232d7ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [ubuntu-22.04, windows-2019]
23+
os: [ubuntu-22.04, windows-2025]
2424
php: [8.4, 8.3, 8.2]
2525
laravel: [~11.15, 12.x]
2626
stability: [prefer-lowest, prefer-stable]
2727
steps:
2828
- name: Set git to use LF
29-
if: ${{ matrix.os == 'windows-2019' }}
29+
if: ${{ matrix.os == 'windows-2025' }}
3030
run: |
3131
git config --global core.autocrlf false
3232
git config --global core.eol lf

0 commit comments

Comments
 (0)