From f700cafed6067f6f20c010b94e3775cd1f0ce271 Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:06:51 -0500 Subject: [PATCH] Update tests.toml Add tests for all PHP versions --- tests.toml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/tests.toml b/tests.toml index 5d67cb1..7021b53 100644 --- a/tests.toml +++ b/tests.toml @@ -6,19 +6,35 @@ test_format = 1.0 # Tests to run # ------------ - exclude = ["install.private", "change_url"] + exclude = ["change_url"] # ------------------------------- # Default args to use for install # ------------------------------- - args.phpversion = "7.4" + args.phpversion = "8.3" # ------------------------------- # Commits to test upgrade from # ------------------------------- - [82_test] +[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"