mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Test PHP8.0
This commit is contained in:
parent
6b386c372a
commit
9d0a4bbfdc
1 changed files with 13 additions and 0 deletions
|
@ -46,6 +46,19 @@
|
||||||
setup_sub_dir=1
|
setup_sub_dir=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
|
;; Test with PHP8.0
|
||||||
|
; Manifest
|
||||||
|
domain="domain.tld"
|
||||||
|
path="/path"
|
||||||
|
with_sftp=0
|
||||||
|
password="myreallystrengthpassword"
|
||||||
|
is_public=1
|
||||||
|
php_custom="8.0"
|
||||||
|
with_mysql=0
|
||||||
|
; Checks
|
||||||
|
setup_sub_dir=1
|
||||||
|
upgrade=1
|
||||||
|
backup_restore=1
|
||||||
;;; Options
|
;;; Options
|
||||||
Email=
|
Email=
|
||||||
Notification=change
|
Notification=change
|
||||||
|
|
Loading…
Add table
Reference in a new issue