my_webapp_ynh/tests.toml
2023-03-28 21:58:36 +02:00

26 lines
524 B
TOML

test_format = 1.0
[default]
# -------------------------------
# Default args to use for install
# -------------------------------
args.with_sftp = "1"
args.with_mysql = "1"
args.phpversion = "8.0"
[80_test]
only = ["install.subdir", "backup_restore", "upgrade" ]
args.phpversion = "8.0"
[81_test]
only = ["install.subdir", "backup_restore", "upgrade" ]
args.phpversion = "8.1"
[none_test]
only = ["install.subdir", "backup_restore", "upgrade" ]
args.phpversion = "none"