8000 Install ext-uv on PHP 7.3 · reactphp/event-loop@5e66968 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e66968

Browse files
committed
Install ext-uv on PHP 7.3
1 parent 429077c commit 5e66968

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

travis-init.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ if [[ "$TRAVIS_PHP_VERSION" != "hhvm" &&
4545
# install 'libuv' PHP extension (does not support php 5)
4646
if [[ "$TRAVIS_PHP_VERSION" = "7.0" ||
4747
"$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
4950
echo "yes" | pecl install uv-beta
5051
fi
5152

0 commit comments

Comments
 (0)
0