From 81ac9123ddced287eaa22d7fd5d205f369b258de Mon Sep 17 00:00:00 2001 From: Chi Date: Sun, 28 Jan 2024 06:32:44 +0000 Subject: [PATCH] Add CI config --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..6fb8da4 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +include: + - project: $_GITLAB_TEMPLATES_REPO + ref: $_GITLAB_TEMPLATES_REF + file: + - '/includes/include.drupalci.main.yml' + - '/includes/include.drupalci.variables.yml' + - '/includes/include.drupalci.workflows.yml' +variables: + CORE_PHP_MIN: '7.3'