diff --git a/config/homebin/vvv_restore_php_default b/config/homebin/vvv_restore_php_default index 0acb9c19f..15aca92bd 100755 --- a/config/homebin/vvv_restore_php_default +++ b/config/homebin/vvv_restore_php_default @@ -1,6 +1,6 @@ -#!/bin/bash +#!/usr/bin/env bash -DEFAULTPHP="8.0" +DEFAULTPHP="8.2" php_version=$(readlink -f /usr/bin/php) if [[ $php_version != *"${DEFAULTPHP}"* ]]; then echo " * Restoring the default PHP CLI version ( ${DEFAULTPHP} )"