Update run-tests.yml

This commit is contained in:
Barry vd. Heuvel
2025-07-17 07:53:39 +02:00
committed by GitHub
parent cff244b9b5
commit 232d7acf6f
+2 -2
View File
@@ -20,13 +20,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2019]
os: [ubuntu-22.04, windows-2025]
php: [8.4, 8.3, 8.2]
laravel: [~11.15, 12.x]
stability: [prefer-lowest, prefer-stable]
steps:
- name: Set git to use LF
if: ${{ matrix.os == 'windows-2019' }}
if: ${{ matrix.os == 'windows-2025' }}
run: |
git config --global core.autocrlf false
git config --global core.eol lf