mirror of
https://github.com/YunoHost-Apps/phpinfo_ynh.git
synced 2024-09-03 19:56:23 +02:00
cleaning
This commit is contained in:
parent
370191a6d4
commit
b5d3bc7904
2 changed files with 15 additions and 2 deletions
|
@ -7,18 +7,21 @@ description.fr = "Simple phpinfo"
|
|||
|
||||
version = "1.0~ynh4"
|
||||
|
||||
maintainers = ["Maniack Crudelis"]
|
||||
maintainers = [""]
|
||||
|
||||
[upstream]
|
||||
license = "GPL-3.0-or-later"
|
||||
website = "https://www.php.net/manual/fr/function.phpinfo.php"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.21"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
|
||||
ldap = false
|
||||
|
||||
sso = false
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
|
10
tests.toml
10
tests.toml
|
@ -11,3 +11,13 @@ test_format = 1.0
|
|||
# -------------------------------
|
||||
# Default args to use for install
|
||||
# -------------------------------
|
||||
|
||||
[80_test]
|
||||
|
||||
only = ["install.subdir", "backup_restore", "upgrade" ]
|
||||
args.phpversion = "8.0"
|
||||
|
||||
[82_test]
|
||||
|
||||
only = ["install.subdir", "backup_restore", "upgrade" ]
|
||||
args.phpversion = "8.2"
|
||||
|
|
Loading…
Reference in a new issue