Skip to content

Commit

Permalink
Update vvv_restore_php_default
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn authored Nov 28, 2023
1 parent 9f9a1b3 commit 0f2000a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/homebin/vvv_restore_php_default
Original file line number Diff line number Diff line change
@@ -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} )"
Expand Down

0 comments on commit 0f2000a

Please sign in to comment.