From 0f2000add94804b7a54d9f94396c852ce3e164d9 Mon Sep 17 00:00:00 2001 From: Tom J Nowell Date: Tue, 28 Nov 2023 15:08:06 +0000 Subject: [PATCH] Update vvv_restore_php_default --- config/homebin/vvv_restore_php_default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} )"