Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tjardoo committed Feb 19, 2025
1 parent 24c2dd2 commit 4e28055
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
include:
- php: 8.2
laravel: '11.*'
testbench: '9.*'
larastan: true
dependency-version: prefer-stable
os: ubuntu-latest
- php: 8.2
laravel: '12.*'
testbench: '10.*'
larastan: false
dependency-version: prefer-stable
os: ubuntu-latest
fail-fast: false
matrix:
include:
- php: 8.2
laravel: '11.*'
testbench: '9.*'
larastan: true
dependency-version: prefer-stable
os: ubuntu-latest
- php: 8.2
laravel: '12.*'
testbench: '10.*'
larastan: false
dependency-version: prefer-stable
os: ubuntu-latest

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

Expand Down

0 comments on commit 4e28055

Please sign in to comment.