Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Mar 14, 2021
1 parent dd37f1f commit b1575c6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,13 @@ jobs:
fail-fast: false
matrix:
php: [7.3, 7.4, 8.0]
laravel: [5.8.*, 6.*, 7.*, 8.*]
laravel: [7.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
testbench: 5.*
- laravel: 6.*
testbench: 4.*
- laravel: 5.8.*
testbench: 3.8.*
exclude:
- laravel: 8.*
php: 7.2

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

Expand Down

0 comments on commit b1575c6

Please sign in to comment.