Update php config to 8.3 (#7171)

This commit is contained in:
Slaviša Arežina
2025-08-25 14:10:52 +02:00
committed by GitHub
parent 0d36d64454
commit e84ea56a8f
2 changed files with 2 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ function update_script() {
fetch_and_deploy_gh_release "snipe-it" "snipe/snipe-it" "tarball"
[[ "$(php -v 2>/dev/null)" == PHP\ 8.2* ]] && PHP_VERSION="8.3" PHP_MODULE="common,ctype,ldap,fileinfo,iconv,mysql,soap,xsl" PHP_FPM="YES" setup_php
sed -i 's/php8.2/php8.3/g' /etc/nginx/conf.d/snipeit.conf
setup_composer
msg_info "Updating ${APP} to v${RELEASE}"