Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki authored Sep 11, 2020
1 parent 56e765c commit 6052fad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ jobs:
strategy:
matrix:
php: ['7.2', '7.3', '7.4']
laravel: ['6.*', '7.*', '8.*']
laravel: ['7.*', '8.*']
prefer: ['prefer-lowest', 'prefer-stable']
include:
- laravel: '6.*'
testbench: '4.*'
- laravel: '7.*'
testbench: '5.*'
- laravel: '8.*'
Expand Down

0 comments on commit 6052fad

Please sign in to comment.