Update check-nextcloud

php 8.2 as default
This commit is contained in:
Chriz 2025-05-22 16:06:24 +02:00 committed by GitHub
parent 75d6c4100b
commit 392b6021fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ from sys import stderr
nc_config = {
"nextcloud.zmb.rocks": {
"nc_php_version": "8.0",
"nc_php_version": "8.2",
"nc_www_user": "www-data",
"nc_path": "/var/www/nextcloud"
}