1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpinfo_ynh.git synced 2024-09-03 19:56:23 +02:00

Adding PHP7.4 and PHP8.0

This commit is contained in:
yalh76 2021-03-12 21:09:31 +01:00
parent e09476cc05
commit d07829af96
2 changed files with 11 additions and 3 deletions

View file

@ -32,11 +32,19 @@
; Checks ; Checks
setup_sub_dir=1 setup_sub_dir=1
backup_restore=1 backup_restore=1
;; Test avec php 7.0 ;; Test avec php 7.4
; Manifest ; Manifest
domain="domain.tld" (DOMAIN) domain="domain.tld" (DOMAIN)
path="/path" (PATH) path="/path" (PATH)
php_version="7.0" php_version="7.4"
; Checks
setup_sub_dir=1
backup_restore=1
;; Test avec php 8.0
; Manifest
domain="domain.tld" (DOMAIN)
path="/path" (PATH)
php_version="8.0"
; Checks ; Checks
setup_sub_dir=1 setup_sub_dir=1
backup_restore=1 backup_restore=1

View file

@ -47,7 +47,7 @@
"ask": { "ask": {
"en": "Choose the version of PHP to use." "en": "Choose the version of PHP to use."
}, },
"default": "8.0" "default": "7.3"
} }
] ]
} }