Skip to content

Commit

Permalink
Add testbench and laravel versions to the matrix include
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jun 30, 2023
1 parent cfa58c9 commit 8af0f04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
php: [8.2]
laravel: [10.*]
dependency-version: [prefer-stable, prefer-lowest]
include:
- testbench: 8.*
laravel: 10.*

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

Expand Down

0 comments on commit 8af0f04

Please sign in to comment.