From e97a2e9af3fc5a594c5f43937a769a8a80657dfc Mon Sep 17 00:00:00 2001 From: qishiyao Date: Wed, 30 Aug 2023 09:36:43 +0800 Subject: [PATCH] * Add php5.4 downgrade --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1b1297bcb3..92d9714a66 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ pipeline { // set to blank for auto-detect from ci.json DOWNGRADE_ENABLED = "" - DOWNGRADE_VERSIONS = "7.2,7.1,7.0" + DOWNGRADE_VERSIONS = "" } stages { @@ -239,7 +239,7 @@ pipeline { } axis { name "PHPVERSION" - values "php7.0", "php7.1", "php7.2_7.4", "k8s.php7.2_7.4", "php8.1", "k8s.php8.1" + values "php5.4_5.6", "php7.0", "php7.1", "php7.2_7.4", "k8s.php7.2_7.4", "php8.1", "k8s.php8.1" } } excludes {