From 29c2247bc68e51e78e52e5e3d9eb2bb72765ed27 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Wed, 31 Jul 2024 08:15:51 +0200 Subject: [PATCH] PHP version variables moved to GitLab global variables so that groups or projects can override them --- examples/build-test-deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/build-test-deploy.yml b/examples/build-test-deploy.yml index c9585eb..a87e0e5 100644 --- a/examples/build-test-deploy.yml +++ b/examples/build-test-deploy.yml @@ -2,9 +2,6 @@ variables: THEME_BASE_PATH: web/themes/custom/mytheme THEME_CSS_PATH: web/themes/custom/mytheme/css DISABLE_DEPLOYMENT_LOCAL: 0 - PHP_VERSION: '8.1' - PHP_MAJOR_VERSION: 8 - PHP_MINOR_VERSION: 1 IGNORE_COMPOSER_EXTENDED_AUDIT: 0 include: -- GitLab