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:
parent
e09476cc05
commit
d07829af96
2 changed files with 11 additions and 3 deletions
|
@ -32,11 +32,19 @@
|
|||
; Checks
|
||||
setup_sub_dir=1
|
||||
backup_restore=1
|
||||
;; Test avec php 7.0
|
||||
;; Test avec php 7.4
|
||||
; Manifest
|
||||
domain="domain.tld" (DOMAIN)
|
||||
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
|
||||
setup_sub_dir=1
|
||||
backup_restore=1
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"ask": {
|
||||
"en": "Choose the version of PHP to use."
|
||||
},
|
||||
"default": "8.0"
|
||||
"default": "7.3"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue