Skip to content

Commit

Permalink
Fix travis build for apcu + PHP 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswilms committed Apr 28, 2017
1 parent de80ded commit 75a522e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/depends.php
Expand Up @@ -62,7 +62,7 @@ protected static function _opcache() {
protected static function _apcu() {
if (!static::_isHhvm()) {
if (version_compare(PHP_VERSION, '7.0.0') >= 0) {
static::_pecl('apcu', '5.1.5', true);
static::_pecl('apcu', '5.1.8', true);
} else {
static::_pecl('apcu', '5.1.2', true);
}
Expand Down

0 comments on commit 75a522e

Please sign in to comment.