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 f08cfc0 commit 24c2dd2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,21 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.2]
laravel: ['11.*', '12.*']
testbench: ['9.*', '10.*']
dependency-version: [prefer-stable]
include:
- laravel: '11.*'
testbench: '9.*'
larastan: true
- laravel: '12.*'
testbench: '10.*'
larastan: false
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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"require-dev": {
"orchestra/testbench": "^9.0|^10.0",
"larastan/larastan": "^2.0|^3.0",
"larastan/larastan": "^2.0",
"phpunit/phpunit": "^11.5|^12",
"laravel/pint": "^1.21"
},
Expand Down

0 comments on commit 24c2dd2

Please sign in to comment.