Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 30, 2024
1 parent ab5dcc6 commit efe4bf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
php: [8.4, 8.3, 8.2, 8.1]
laravel: [^11.36.1, 10.*, 9.*]
dependency-version: [prefer-lowest, prefer-stable]
Expand All @@ -26,7 +26,7 @@ jobs:
- laravel: ^11.36.1
php: 8.1
- laravel: 9.*
php: 8.4
php: 8.4
- laravel: 9.*
php: 8.3

Expand Down

0 comments on commit efe4bf8

Please sign in to comment.