From 8213b4d9a3b3fbca14ef6717c7e619805f0f83df Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 7 May 2024 16:54:53 +0200 Subject: [PATCH] Add more PHP tests --- tests.toml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index a94ffe7..48ddfd4 100644 --- a/tests.toml +++ b/tests.toml @@ -9,7 +9,7 @@ test_format = 1.0 args.with_sftp = "1" args.password = "SuperDuper_StrongPassw0rd" args.database = "none" - args.phpversion = "8.0" + args.phpversion = "8.3" test_upgrade_from.bf5d3ed.name = "1.0~ynh14" test_upgrade_from.bf5d3ed.args.with_mysql = "0" test_upgrade_from.bf5d3ed.args.domain = "sub.domain.tld" @@ -21,6 +21,16 @@ test_format = 1.0 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" + [none_test] only = ["install.subdir", "backup_restore", "upgrade" ]