helpers/php: Default PHP version in bookworm is now 8.2

This commit is contained in:
Alexandre Aubin 2023-06-14 01:34:42 +02:00
parent efe3ace98d
commit f6ab380730

View file

@ -1,6 +1,6 @@
#!/bin/bash
readonly YNH_DEFAULT_PHP_VERSION=7.4
readonly YNH_DEFAULT_PHP_VERSION=8.2
# Declare the actual PHP version to use.
# A packager willing to use another version of PHP can override the variable into its _common.sh.
YNH_PHP_VERSION=${YNH_PHP_VERSION:-$YNH_DEFAULT_PHP_VERSION}