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 56e4e02 commit 52a9e96Copy full SHA for 52a9e96
bin/compile-extension-ssh2
@@ -13,7 +13,7 @@ elif [[ $VERSION =~ ^master$ || $VERSION =~ ^7 || $VERSION =~ ^8 ]]; then
13
echo "ssh2 is not compatible with $VERSION"
14
# it's not yet compatible with master
15
else
16
- pecl_install ssh2-0.13 </dev/null
+ pecl_install ssh2-1.14 </dev/null
17
fi
18
19
travis_time_finish
0 commit comments