Skip to content

Commit 4178c3d

Browse files
committed
Drop tests on Laravel 5.3 and 5.4
1 parent 19feddd commit 4178c3d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ checks:
2020
tools:
2121
external_code_coverage:
2222
timeout: 600
23-
runs: 7
23+
runs: 5
2424

2525
build:
2626
nodes:

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ language: php
22

33
matrix:
44
include:
5-
- php: "7.0"
6-
env: LARAVEL_VERSION="5.3.*"
7-
- php: "7.0"
8-
env: LARAVEL_VERSION="5.4.*"
95
- php: "7.0"
106
env: LARAVEL_VERSION="5.5.*"
117
- php: "7.1"

0 commit comments

Comments
 (0)