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 835e7ea commit b308992Copy full SHA for b308992
.travis.yml
@@ -1,16 +1,5 @@
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.0
9
- - 7.1
10
- - 7.2
11
- - 7.3
12
- - hhvm # ignore errors, see below
13
-
14
# lock distro so new future defaults will not break the build
15
dist: trusty
16
@@ -19,8 +8,17 @@ matrix:
19
- php: 5.3
20
dist: precise
21
install: composer remove react/mysql --dev --no-interaction # do not install react/mysql example on legacy PHP
+ - php: 5.4
+ - php: 5.5
+ - php: 5.6
+ - php: 7.0
+ - php: 7.1
+ - php: 7.2
17
+ - php: 7.3
18
+ - php: 7.4
+ - php: hhvm-3.18
22
allow_failures:
23
- - php: hhvm
24
25
sudo: false
26
0 commit comments