Skip to content

Commit bec3f4f

Browse files
committed
Fix apcu installation in ci.
1 parent 3734990 commit bec3f4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ci/depends.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protected static function _apcu() {
6464
if (version_compare(PHP_VERSION, '7.0.0') >= 0) {
6565
static::_pecl('apcu', '5.1.8', true);
6666
} else {
67-
static::_pecl('apcu', '5.1.2', true);
67+
static::_pecl('apcu', '4.0.11', true);
6868
}
6969
// static::_ini(['extension=apcu.so']);
7070
}

0 commit comments

Comments
 (0)