Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 4, 2019
1 parent 0b661db commit 4901940
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Expand Up @@ -10,11 +10,9 @@ jobs:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4]
laravel: [5.8.*, 6.*]
laravel: [6.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 5.8.*
testbench: 3.8.*
- laravel: 6.*
testbench: 4.*

Expand Down

0 comments on commit 4901940

Please sign in to comment.