1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00
my_webapp_ynh/tests.toml
2023-02-04 23:13:06 +01:00

31 lines
622 B
TOML

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