Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a130101

Browse files
committed
Travis runs PHP 7.2 with low deps
1 parent 7343ad1 commit a130101

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ env:
2020

2121
matrix:
2222
include:
23-
- php: 7.1.3
24-
- php: 7.1
25-
env: deps=high
26-
- php: 7.1
23+
- php: 7.2
24+
- php: 7.2
2725
env: deps=low
26+
2827
fast_finish: true
2928

3029
cache:

0 commit comments

Comments
 (0)