Compare commits

...
Author SHA1 Message Date
Barry vd. Heuvel 3d1998428e Simplify matrix 2025-07-17 08:01:14 +02:00
Barry vd. Heuvel ef890b87ce Update snapshot 2025-07-17 07:57:27 +02:00
Barry vd. Heuvel 232d7acf6f Update run-tests.yml 2025-07-17 07:53:39 +02:00
2 changed files with 8 additions and 3 deletions
+7 -2
View File
@@ -20,13 +20,18 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2019]
os: [ubuntu-latest]
php: [8.4, 8.3, 8.2]
laravel: [~11.15, 12.x]
stability: [prefer-lowest, prefer-stable]
include:
- os: windows-latest
php: 8.3
laravel: 12.x
stability: prefer-stable
steps:
- name: Set git to use LF
if: ${{ matrix.os == 'windows-2019' }}
if: ${{ matrix.os == 'windows-latest' }}
run: |
git config --global core.autocrlf false
git config --global core.eol lf