Skip to content

Commit

Permalink
Use PHP 8.2 as the default PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
frimro committed Nov 27, 2024
1 parent 3049ba6 commit f802134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/php.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# Define PHP version in use
# See: https://seravo.com/docs/configuration/php7-hhvm/
# See: https://seravo.com/docs/configuration/php-versions/
##
set $mode php8.1;
set $mode php8.2;

0 comments on commit f802134

Please sign in to comment.