Skip to content

Commit

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

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

Expand Down

0 comments on commit 2621349

Please sign in to comment.