We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b611352 commit 857164aCopy full SHA for 857164a
.travis.yml
@@ -1,19 +1,18 @@
1
language: php
2
3
-php:
4
- - 5.4
5
- - 5.5
6
- - 5.6
7
- - 7.0
8
- - 7.1
9
- - 7.2
10
- - 7.3
11
-
12
# lock distro so new future defaults will not break the build
13
dist: trusty
14
15
matrix:
16
include:
+ - php: 5.4
+ - php: 5.5
+ - php: 5.6
+ - php: 7.0
+ - php: 7.1
+ - php: 7.2
+ - php: 7.3
+ - php: 7.4
17
- name: "Windows"
18
os: windows
19
language: shell # no built-in php support
0 commit comments