1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpinfo_ynh.git synced 2024-09-03 19:56:23 +02:00
phpinfo_ynh/tests.toml
2023-11-12 09:05:38 +01:00

24 lines
500 B
TOML

test_format = 1.0
[default]
# ------------
# Tests to run
# ------------
exclude = ["install.private", "change_url"]
# -------------------------------
# Default args to use for install
# -------------------------------
args.phpversion = "7.4"
# -------------------------------
# Commits to test upgrade from
# -------------------------------
[82_test]
only = ["install.subdir", "backup_restore", "upgrade" ]
args.phpversion = "8.2"