Skip to content

Commit

Permalink
reduce test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Jun 10, 2024
1 parent 2621349 commit 89f9979
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.0, 8.1, 8.2, 8.3]
laravel: [8.*, 9.*, 10.*. 11.*]
exclude:
- laravel: 10.*
php: 8.0
- laravel: 11.*
php: 8.0
php: [8.1, 8.2, 8.3]
laravel: [9.*, 10.*. 11.*]

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

Expand Down

0 comments on commit 89f9979

Please sign in to comment.