From 79664aec4d9ccd211a23699fbf19709f320a4876 Mon Sep 17 00:00:00 2001 From: Aurelien Rita Date: Wed, 27 Nov 2024 15:30:40 +0100 Subject: [PATCH] Ajout de la V9 pour l'upgrade en local --- .github/workflows/ui-test/sanity.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ui-test/sanity.json b/.github/workflows/ui-test/sanity.json index 2a839ef155..1b45407b83 100644 --- a/.github/workflows/ui-test/sanity.json +++ b/.github/workflows/ui-test/sanity.json @@ -98,6 +98,15 @@ "PS_VERSION_END": "8.1.7", "PHP_VERSION": "7.4", "UPGRADE_CHANNEL": "local" + }, + { + "comment": "8.0.4 -> 9.0.0 PHP 8.1 local" + }, + { + "PS_VERSION_START": "8.0.4", + "PS_VERSION_END": "9.0.0", + "PHP_VERSION": "8.1", + "UPGRADE_CHANNEL": "local" } ] }