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
CodeShakingSheep f700cafed6
Update tests.toml
Add tests for all PHP versions
2024-08-26 11:06:51 -05:00

40 lines
778 B
TOML

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