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 9bdca13 commit 122b2cbCopy full SHA for 122b2cb
.travis.yml
@@ -1,22 +1,23 @@
1
language: php
2
3
-php:
4
-# - 5.3 # requires old distro, see below
5
- - 5.4
6
- - 5.5
7
- - 5.6
8
- - 7
9
- - hhvm # ignore errors, see below
10
-
11
# lock distro so new future defaults will not break the build
12
dist: trusty
13
14
matrix:
15
include:
16
- php: 5.3
17
dist: precise
+ - php: 5.4
+ - php: 5.5
+ - php: 5.6
+ - php: 7.0
+ - php: 7.1
+ - php: 7.2
+ - php: 7.3
+ - php: 7.4
18
+ - php: hhvm-3.18
19
allow_failures:
- - php: hhvm
20
21
22
sudo: false
23
0 commit comments