Skip to content

Commit bdcf043

Browse files
authored
Merge pull request php-curl-class#510 from zachborboa/master
Run continuous integration tests on version 7.2
2 parents 4b19e0f + 6ccc08c commit bdcf043

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
@@ -18,6 +18,8 @@ matrix:
1818
dist: trusty
1919
- php: 7.1
2020
dist: trusty
21+
- php: 7.2
22+
dist: trusty
2123
- php: hhvm
2224
dist: trusty
2325
- 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, and HHVM.
37+
PHP Curl Class works with PHP 5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 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
@@ -66,6 +66,8 @@ elif [[ "${TRAVIS_PHP_VERSION}" == "7.0" ]]; then
6666
php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
6767
elif [[ "${TRAVIS_PHP_VERSION}" == "7.1" ]]; then
6868
php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
69+
elif [[ "${TRAVIS_PHP_VERSION}" == "7.2" ]]; then
70+
php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
6971
elif [[ "${TRAVIS_PHP_VERSION}" == "hhvm" || "${TRAVIS_PHP_VERSION}" == "hhvm-nightly" ]]; then
7072
curl "https://nginx.org/keys/nginx_signing.key" | sudo apt-key add -
7173
echo "deb https://nginx.org/packages/mainline/ubuntu/ trusty nginx" | sudo tee -a /etc/apt/sources.list

0 commit comments

Comments
 (0)