From 643bfa429f3707b53ec29ab4af718412e3c34092 Mon Sep 17 00:00:00 2001 From: DaveD <demeritcowboy@hotmail.com> Date: Thu, 15 Sep 2022 17:27:03 +0000 Subject: [PATCH] Add file to control the settings that PR carrot tests run under --- tests/civicarrot.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/civicarrot.json diff --git a/tests/civicarrot.json b/tests/civicarrot.json new file mode 100644 index 00000000..cd9e0a00 --- /dev/null +++ b/tests/civicarrot.json @@ -0,0 +1,11 @@ +{ + "singlePR": { + "include": [ + { + "php-versions": "CIVICARROT_PHP_SENSIBLE", + "drupal": "CIVICARROT_DRUPAL_PRIOR", + "civicrm": "dev-master" + } + ] + } +} -- GitLab