Skip to content

Commit

Permalink
Update phpunit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdankharchenko committed Jul 23, 2024
1 parent 3355d3e commit 44713e8
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 @@ -8,14 +8,9 @@ jobs:

strategy:
matrix:
php: [7.4, 7.3, 8.3]
laravel: [6, 7, 11]
php: [8.1, 8.3]
laravel: [10, 11]
dependency-version: [lowest, stable]
include:
- laravel: 7
testbench: 5
- laravel: 6
testbench: 4

name: ${{ matrix.laravel }}.x on ${{ matrix.php }} (${{ matrix.dependency-version }} deps)

Expand Down

0 comments on commit 44713e8

Please sign in to comment.