From adbd57cbaf58b2d324edc89f108313df7ce214a5 Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 11 Oct 2023 23:10:48 +0200 Subject: [PATCH] Additional tests for PHP versions --- tests.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tests.toml b/tests.toml index 9fc5a83..490b2d9 100644 --- a/tests.toml +++ b/tests.toml @@ -29,3 +29,17 @@ test_format = 1.0 args.language = "en_US" args.multisite = 1 + +[with_php8.0] + + only = ["install.subdir"] + + args.language = "en_US" + args.phpversion = "8.0" + +[with_php8.1] + + only = ["install.subdir"] + + args.language = "en_US" + args.phpversion = "8.1"