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 cff244b commit 232d7acCopy full SHA for 232d7ac
.github/workflows/run-tests.yml
@@ -20,13 +20,13 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- os: [ubuntu-22.04, windows-2019]
+ os: [ubuntu-22.04, windows-2025]
24
php: [8.4, 8.3, 8.2]
25
laravel: [~11.15, 12.x]
26
stability: [prefer-lowest, prefer-stable]
27
steps:
28
- name: Set git to use LF
29
- if: ${{ matrix.os == 'windows-2019' }}
+ if: ${{ matrix.os == 'windows-2025' }}
30
run: |
31
git config --global core.autocrlf false
32
git config --global core.eol lf
0 commit comments