mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Update tests.toml
This commit is contained in:
parent
ff58e1d00c
commit
1c77b1a6f8
1 changed files with 21 additions and 1 deletions
22
tests.toml
22
tests.toml
|
@ -8,4 +8,24 @@ test_format = 1.0
|
|||
|
||||
args.with_sftp = "1"
|
||||
args.phpversion="7.4"
|
||||
args.with_mysql=1
|
||||
args.with_mysql=1
|
||||
|
||||
[some_additional_testsuite]
|
||||
|
||||
only = ["install.subdir", "backup_restore", "upgrade" ]
|
||||
args.phpversion="7.3"
|
||||
|
||||
[some_additional_testsuite]
|
||||
|
||||
only = ["install.subdir", "backup_restore", "upgrade" ]
|
||||
args.phpversion="8.0"
|
||||
|
||||
[some_additional_testsuite]
|
||||
|
||||
only = ["install.subdir", "backup_restore", "upgrade" ]
|
||||
args.phpversion="8.1"
|
||||
|
||||
[some_additional_testsuite]
|
||||
|
||||
only = ["install.subdir", "backup_restore", "upgrade" ]
|
||||
args.phpversion="8.2"
|
||||
|
|
Loading…
Add table
Reference in a new issue