Skip to content

Commit c780e43

Browse files
Update ssh2 install package
1 parent 0eb00bf commit c780e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile-extension-ssh2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ travis_time_start
88
sudo apt-get install libssh2-1-dev
99

1010
if [[ $VERSION =~ ^7\.[012] ]]; then
11-
pecl_install ssh2-alpha </dev/null
11+
pecl_install ssh2-1.1.2 </dev/null
1212
elif [[ $VERSION =~ ^master$ || $VERSION =~ ^7 ]]; then
1313
echo "ssh2 is not compatible with $VERSION"
1414
# it's not yet compatible with master

0 commit comments

Comments
 (0)