Skip to content

Commit dc3524c

Browse files
authored
Merge pull request #31 from SimonFrings/tests
Run tests on PHP 7.4 and simplify test matrix
2 parents 5a485c8 + 857164a commit dc3524c

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.travis.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
language: php
22

3-
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
7-
- 7.0
8-
- 7.1
9-
- 7.2
10-
- 7.3
11-
123
# lock distro so new future defaults will not break the build
134
dist: trusty
145

156
matrix:
167
include:
8+
- php: 5.4
9+
- php: 5.5
10+
- php: 5.6
11+
- php: 7.0
12+
- php: 7.1
13+
- php: 7.2
14+
- php: 7.3
15+
- php: 7.4
1716
- name: "Windows"
1817
os: windows
1918
language: shell # no built-in php support

0 commit comments

Comments
 (0)