From 7aca68864a1a396c7ceba244c0ec8746bf946073 Mon Sep 17 00:00:00 2001 From: JW de Roos Date: Tue, 26 Nov 2024 13:58:48 +0100 Subject: [PATCH] Switched dates between 8.2 and 8.3 --- resources/config/util.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/config/util.yml b/resources/config/util.yml index 5a3f510c..f4b93992 100644 --- a/resources/config/util.yml +++ b/resources/config/util.yml @@ -21,6 +21,6 @@ services: '7.4': '2022-11-28 23:59:59' '8.0': '2023-11-26 23:59:59' '8.1': '2025-12-31 23:59:59' - '8.2': '2027-12-31 23:59:59' - '8.3': '2026-12-31 23:59:59' + '8.2': '2026-12-31 23:59:59' + '8.3': '2027-12-31 23:59:59' '8.4': '2028-12-31 23:59:59'