File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ language: php
2
2
3
3
php :
4
4
# - 5.3 # requires old distro, see below
5
- - 5.4
6
- - 5.5
5
+ # - 5.4 # requires old distro, see below
6
+ # - 5.5 # requires old distro, see below
7
7
- 5.6
8
8
- 7.0
9
9
- 7.1
12
12
# - hhvm # requires legacy phpunit & ignore errors, see below
13
13
14
14
# lock distro so new future defaults will not break the build
15
- dist : trusty
15
+ dist : xenial
16
16
17
17
matrix :
18
18
include :
19
19
- php : 5.3
20
20
dist : precise
21
+ - php : 5.4
22
+ dist : trusty
23
+ - php : 5.5
24
+ dist : trusty
21
25
- php : hhvm
22
26
install : composer require phpunit/phpunit:^5 --dev --no-interaction
23
27
allow_failures :
Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ if [[ "$TRAVIS_PHP_VERSION" != "hhvm" &&
45
45
# install 'libuv' PHP extension (does not support php 5)
46
46
if [[ " $TRAVIS_PHP_VERSION " = " 7.0" ||
47
47
" $TRAVIS_PHP_VERSION " = " 7.1" ||
48
- " $TRAVIS_PHP_VERSION " = " 7.2" ]]; then
48
+ " $TRAVIS_PHP_VERSION " = " 7.2" ||
49
+ " $TRAVIS_PHP_VERSION " = " 7.3" ]]; then
49
50
echo " yes" | pecl install uv-beta
50
51
fi
51
52
You can’t perform that action at this time.
0 commit comments