Skip to content

Commit

Permalink
Don't run lowest dependency version tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien-phi committed Jan 2, 2025
1 parent 388416d commit 47e9114
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
- laravel: ^11.0
testbench: ^9.0
exclude:
- php: 8.4
laravel: ^11.0
- laravel: ^11.0
dependency-version: prefer-lowest

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

0 comments on commit 47e9114

Please sign in to comment.