From 5372ed67c9e640de7b2cd1ca56c4ac5fc4d35474 Mon Sep 17 00:00:00 2001 From: Alper Rifat Ulucinar Date: Thu, 14 Mar 2024 16:37:09 +0300 Subject: [PATCH] Pin the UXP version to 1.14.6-up.1 for uptest runs Signed-off-by: Alper Rifat Ulucinar --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5e8c80029..1b5683e21 100644 --- a/Makefile +++ b/Makefile @@ -67,6 +67,7 @@ UPTEST_VERSION = v0.8.0 # dependency for up UP_VERSION = v0.20.0 UP_CHANNEL = stable +UXP_VERSION = 1.14.6-up.1 export UP_VERSION := $(UP_VERSION) export UP_CHANNEL := $(UP_CHANNEL)