File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ matrix:
25
25
dist : trusty
26
26
- php : 7.3
27
27
dist : trusty
28
+ - php : 7.4
29
+ dist : xenial
28
30
- php : hhvm
29
31
dist : trusty
30
32
- php : hhvm-nightly
Original file line number Diff line number Diff line change @@ -168,6 +168,8 @@ elif [[ "${TRAVIS_PHP_VERSION}" == "7.2" ]]; then
168
168
php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
169
169
elif [[ " ${TRAVIS_PHP_VERSION} " == " 7.3" ]]; then
170
170
php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
171
+ elif [[ " ${TRAVIS_PHP_VERSION} " == " 7.4" ]]; then
172
+ php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
171
173
elif [[ " ${TRAVIS_PHP_VERSION} " == " hhvm" || " ${TRAVIS_PHP_VERSION} " == " hhvm-nightly" ]]; then
172
174
curl " https://nginx.org/keys/nginx_signing.key" | sudo apt-key add -
173
175
echo " deb https://nginx.org/packages/mainline/ubuntu/ trusty nginx" | sudo tee -a /etc/apt/sources.list
You can’t perform that action at this time.
0 commit comments