Skip to content
Snippets Groups Projects

Update renderer class; update docker env to PHP 8.3

Merged Hahn Axel (hahn) requested to merge update_renderer_class into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -17,7 +17,7 @@ APP_APT_PACKAGES="git unzip zip"
#APP_APACHE_MODULES="rewrite"
APP_APACHE_MODULES="rewrite"
APP_PHP_VERSION=8.2
APP_PHP_VERSION=8.3
# APP_PHP_MODULES="curl pdo_mysql mbstring xml zip xdebug"
APP_PHP_MODULES=""
Loading