Skip to content

Commit

Permalink
helpers/php: Default PHP version in bookworm is now 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin committed Jun 14, 2023
1 parent efe3ace commit f6ab380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/php
Original file line number Diff line number Diff line change
@@ -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}

0 comments on commit f6ab380

Please sign in to comment.