Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 5966cba

Browse files
committed
Make PHP7.2 as default version
1 parent bbaf49b commit 5966cba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vagrant/provisioning/hypernode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ fi
3434
usermod -a -G sudo app
3535

3636
# for xenial switch to PHP7.1
37-
command -v hypernode-switch-php >/dev/null 2>&1 && hypernode-switch-php 7.1 2>&1
37+
command -v hypernode-switch-php >/dev/null 2>&1 && hypernode-switch-php 7.2 2>&1
3838

3939

0 commit comments

Comments
 (0)