From 232d7acf6f2352e647d5854577fe2cb80b391170 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Thu, 17 Jul 2025 07:53:39 +0200 Subject: [PATCH] Update run-tests.yml --- .github/workflows/run-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index d4f84f9..3f76e80 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -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