Skip to content

Commit 52a9e96

Browse files
committed
Adding PHP 8.3
1 parent 56e4e02 commit 52a9e96

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
@@ -13,7 +13,7 @@ elif [[ $VERSION =~ ^master$ || $VERSION =~ ^7 || $VERSION =~ ^8 ]]; then
1313
echo "ssh2 is not compatible with $VERSION"
1414
# it's not yet compatible with master
1515
else
16-
pecl_install ssh2-0.13 </dev/null
16+
pecl_install ssh2-1.14 </dev/null
1717
fi
1818

1919
travis_time_finish

0 commit comments

Comments
 (0)