We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568842a commit 64a680aCopy full SHA for 64a680a
.travis.yml
@@ -367,7 +367,7 @@ jobs:
367
env:
368
global:
369
- VERSION=master ALIAS=nightly
370
- - ICU_RELEASE=59.1
+ - ICU_RELEASE=74.2
371
- ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION
372
- PATH="$HOME/.phpenv/bin:$HOME/.php-build/bin:$PATH"
373
bin/compile-extension-apcu
@@ -11,7 +11,7 @@ else
11
apcu=apcu
12
fi
13
14
-pecl channel-update pecl.php.net
+sudo pecl channel-update pecl.php.net
15
16
echo | pecl_install $apcu
17
0 commit comments