Skip to content

Commit

Permalink
switch to php 8.2 as the default
Browse files Browse the repository at this point in the history
Switch to 8.2 as the default PHP, 8.0 is no longer supported, 8.1 is security fixes only, and 8.3 is brand new, so 8.2 it is!

If people need 8.0 or other versions they can use the core extensions
  • Loading branch information
tomjn authored Nov 28, 2023
1 parent ac78a24 commit 22ce286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/core/php/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# @description Installs the default version of PHP
set -eo pipefail

VVV_BASE_PHPVERSION=${VVV_BASE_PHPVERSION:-"8.0"}
VVV_BASE_PHPVERSION=${VVV_BASE_PHPVERSION:-"8.2"}

function php_before_packages() {
cp -f "/srv/provision/core/php/ondrej-ppa-pin" "/etc/apt/preferences.d/ondrej-ppa-pin"
Expand Down

0 comments on commit 22ce286

Please sign in to comment.