Merge pull request #561 from zachborboa/master

Run continuous integration tests on PHP 7.3
This commit is contained in:
Zach Borboa
2018-12-09 20:28:04 -08:00
committed by GitHub
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -20,6 +20,8 @@ matrix:
dist: trusty
- php: 7.2
dist: trusty
- php: 7.3
dist: trusty
- php: hhvm
dist: trusty
- php: hhvm-nightly
+1 -1
View File
@@ -34,7 +34,7 @@ For latest commit version:
### Requirements
PHP Curl Class works with PHP 5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, and HHVM.
PHP Curl Class works with PHP 5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, and HHVM.
### Quick Start and Examples
+2
View File
@@ -85,6 +85,8 @@ elif [[ "${TRAVIS_PHP_VERSION}" == "7.1" ]]; then
php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
elif [[ "${TRAVIS_PHP_VERSION}" == "7.2" ]]; then
php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
elif [[ "${TRAVIS_PHP_VERSION}" == "7.3" ]]; then
php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
elif [[ "${TRAVIS_PHP_VERSION}" == "hhvm" || "${TRAVIS_PHP_VERSION}" == "hhvm-nightly" ]]; then
curl "https://nginx.org/keys/nginx_signing.key" | sudo apt-key add -
echo "deb https://nginx.org/packages/mainline/ubuntu/ trusty nginx" | sudo tee -a /etc/apt/sources.list