From 9be7936a636110d62b8ad87175e753304334cd85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 25 May 2023 13:38:13 +0200 Subject: [PATCH] End of support of version 7.2 --- .github/renovate.json5 | 2 +- .github/workflows/audit.yaml | 1 - .github/workflows/rebuild.yaml | 1 - SECURITY.md | 3 +-- 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index e0d21ce1..9e7b6d47 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -12,7 +12,7 @@ automerge: true, schedule: 'after 5pm on the first day of the month', }, - baseBranches: ['master', '7.2', '7.4', '7.6', '7.6-20-04', '8.0'], + baseBranches: ['master', '7.4', '7.6', '7.6-20-04', '8.0'], 'pre-commit': { enabled: true }, regexManagers: [ { diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index eb071cb6..c1d4e413 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -14,7 +14,6 @@ jobs: fail-fast: false matrix: branch: - - '7.2' - '7.4' - '7.6' - 7.6-20-04 diff --git a/.github/workflows/rebuild.yaml b/.github/workflows/rebuild.yaml index 06b25e68..25600d33 100644 --- a/.github/workflows/rebuild.yaml +++ b/.github/workflows/rebuild.yaml @@ -15,7 +15,6 @@ jobs: matrix: branch: - master - - '7.2' - '7.4' - '7.6' - 7.6-20-04 diff --git a/SECURITY.md b/SECURITY.md index d75635c8..2a649827 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,7 @@ | Version | Supported Until | [Last Upstream Version](https://mapserver.org/announcements_all.html) | Info | | --------- | --------------- | --------------------------------------------------------------------- | ------------------------------------------------------- | -| <= 7.0 | Unsupported | | -| 7.2 | Best effort | 19/02/2019 | +| <= 7.2 | Unsupported | | | 7.4 | Best effort | 21/03/2020 | | 7.6 | Best effort | 07/12/2020 | | 7.6-20-04 | 23/06/2025 | 07/12/2020 | Version based on gdal:ubuntu-small-3.3.2 (Ubuntu 20.04) |