Skip to content

Commit

Permalink
fix test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Jun 10, 2024
1 parent 89f9979 commit b55a144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: true
fail-fast: false
matrix:
php: [8.1, 8.2, 8.3]
laravel: [9.*, 10.*. 11.*]
laravel: [9.*, 10.*, 11.*]

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

Expand Down

0 comments on commit b55a144

Please sign in to comment.