Skip to content

Commit e75a4c5

Browse files
authored
Merge pull request php-curl-class#561 from zachborboa/master
Run continuous integration tests on PHP 7.3
2 parents 4320e8f + 896ef82 commit e75a4c5

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ matrix:
2020
dist: trusty
2121
- php: 7.2
2222
dist: trusty
23+
- php: 7.3
24+
dist: trusty
2325
- php: hhvm
2426
dist: trusty
2527
- php: hhvm-nightly

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For latest commit version:
3434

3535
### Requirements
3636

37-
PHP Curl Class works with PHP 5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, and HHVM.
37+
PHP Curl Class works with PHP 5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, and HHVM.
3838

3939
### Quick Start and Examples
4040

tests/before_script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ elif [[ "${TRAVIS_PHP_VERSION}" == "7.1" ]]; then
8585
php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
8686
elif [[ "${TRAVIS_PHP_VERSION}" == "7.2" ]]; then
8787
php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
88+
elif [[ "${TRAVIS_PHP_VERSION}" == "7.3" ]]; then
89+
php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
8890
elif [[ "${TRAVIS_PHP_VERSION}" == "hhvm" || "${TRAVIS_PHP_VERSION}" == "hhvm-nightly" ]]; then
8991
curl "https://nginx.org/keys/nginx_signing.key" | sudo apt-key add -
9092
echo "deb https://nginx.org/packages/mainline/ubuntu/ trusty nginx" | sudo tee -a /etc/apt/sources.list

0 commit comments

Comments
 (0)