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
99a41f5392
commit
26142cd20f
1 changed files with 6 additions and 6 deletions
12
tests.toml
12
tests.toml
|
@ -7,25 +7,25 @@ test_format = 1.0
|
|||
# -------------------------------
|
||||
|
||||
args.with_sftp = "1"
|
||||
args.phpversion="7.4"
|
||||
args.with_mysql=1
|
||||
args.phpversion = "7.4"
|
||||
args.with_mysql = "1"
|
||||
|
||||
[some_additional_testsuite]
|
||||
|
||||
only = ["install.subdir", "backup_restore", "upgrade" ]
|
||||
args.phpversion="7.3"
|
||||
args.phpversion = "7.3"
|
||||
|
||||
[some_additional_testsuite]
|
||||
|
||||
only = ["install.subdir", "backup_restore", "upgrade" ]
|
||||
args.phpversion="8.0"
|
||||
args.phpversion = "8.0"
|
||||
|
||||
[some_additional_testsuite]
|
||||
|
||||
only = ["install.subdir", "backup_restore", "upgrade" ]
|
||||
args.phpversion="8.1"
|
||||
args.phpversion = "8.1"
|
||||
|
||||
[some_additional_testsuite]
|
||||
|
||||
only = ["install.subdir", "backup_restore", "upgrade" ]
|
||||
args.phpversion="8.2"
|
||||
args.phpversion = "8.2"
|
||||
|
|
Loading…
Add table
Reference in a new issue