Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit d4da3e6

Browse files
committed
Configure travis to only use php7.1 & php7.2
1 parent 8fd9b8e commit d4da3e6

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.travis.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
11
language: php
22

33
php:
4-
- 5.5.9
5-
- 5.5
6-
- 5.6
7-
- 7.0
84
- 7.1
5+
- 7.2
96

107
env:
118
global:
129
- setup=basic
1310

1411
matrix:
1512
include:
16-
- php: 7.0
17-
env: setup=lowest
18-
- php: 7.0
19-
env: setup=stable
2013
- php: 7.1
2114
env: setup=lowest
2215
- php: 7.1
2316
env: setup=stable
17+
- php: 7.2
18+
env: setup=lowest
19+
- php: 7.2
20+
env: setup=stable
2421

2522
sudo: false
2623

0 commit comments

Comments
 (0)