From 100d13fd519ff9c29b0c4e7db81f77b469e7a1e5 Mon Sep 17 00:00:00 2001 From: nesrineabdmouleh Date: Fri, 8 Nov 2024 10:35:44 +0100 Subject: [PATCH] Change to local channel --- .github/workflows/ui-test/sanity.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ui-test/sanity.json b/.github/workflows/ui-test/sanity.json index a3fab020a..c21a9d268 100644 --- a/.github/workflows/ui-test/sanity.json +++ b/.github/workflows/ui-test/sanity.json @@ -7,31 +7,31 @@ "PS_VERSION_START": "1.7.3.0", "PS_VERSION_END": "1.7.8.11", "PHP_VERSION": "7.1", - "UPGRADE_CHANNEL": "online" + "UPGRADE_CHANNEL": "local" }, { "PS_VERSION_START": "1.7.3.1", "PS_VERSION_END": "1.7.8.11", "PHP_VERSION": "7.1", - "UPGRADE_CHANNEL": "online" + "UPGRADE_CHANNEL": "local" }, { "PS_VERSION_START": "1.7.3.2", "PS_VERSION_END": "1.7.8.11", "PHP_VERSION": "7.1", - "UPGRADE_CHANNEL": "online" + "UPGRADE_CHANNEL": "local" }, { "PS_VERSION_START": "1.7.3.3", "PS_VERSION_END": "1.7.8.11", "PHP_VERSION": "7.1", - "UPGRADE_CHANNEL": "online" + "UPGRADE_CHANNEL": "local" }, { "PS_VERSION_START": "1.7.3.4", "PS_VERSION_END": "1.7.8.11", "PHP_VERSION": "7.1", - "UPGRADE_CHANNEL": "online" + "UPGRADE_CHANNEL": "local" }, { "comment": "1.7.6.0 -> 1.7.8.11 PHP 7.1 online"