aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 4138b53..f73bebf 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -27,7 +27,7 @@ pipeline {
label 'linux'
}
steps {
- runITs "LATEST_RELEASE[6.7]"
+ runITs "LATEST_RELEASE[7.9]"
}
}