Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin authored Jan 21, 2024
1 parent bc2cc0a commit 091fc7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:
fail-fast: false
matrix:
php: [ 8.2, 8.1 ]
laravel: [ 10.* ]
laravel: [ 11.*, 10.* ]
dependency-version: [ prefer-stable ]
include:
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
Expand Down

0 comments on commit 091fc7c

Please sign in to comment.