Skip to content

Commit

Permalink
End of support of version 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jan 18, 2024
1 parent b378a40 commit 0209c84
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
10 changes: 1 addition & 9 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,7 @@
automerge: true,
schedule: 'after 5pm on the first day of the month',
},
baseBranches: [
'master',
'7.4',
'7.6-ubuntu18.04',
'7.6-gdal3.3',
'7.6-gdal3.7',
'8.0-gdal3.6',
'8.0-gdal3.7',
],
baseBranches: ['master', '7.6-ubuntu18.04', '7.6-gdal3.3', '7.6-gdal3.7', '8.0-gdal3.6', '8.0-gdal3.7'],
'pre-commit': { enabled: true },
regexManagers: [
/** Do updates on pre-commit additional dependencies */
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
fail-fast: false
matrix:
branch:
- '7.4'
- 7.6-ubuntu18.04
- 7.6-gdal3.3
- 7.6-gdal3.7
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
fail-fast: false
matrix:
branch:
- '7.4'
- 7.6-ubuntu18.04
- 7.6-gdal3.3
- 7.6-gdal3.7
Expand Down
3 changes: 1 addition & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

| Version | Supported Until | [Last Upstream Version](https://mapserver.org/) | Alternate Tag | Info |
| --------------- | --------------- | ----------------------------------------------- | ------------- | ----------------------------- |
| <= 7.2 | Unsupported | | | |
| 7.4 | Best effort | 30/04/2021 | | Version based on Ubuntu 18.04 |
| <= 7.4 | Unsupported | | | |
| 7.6 | 23/06/2025 | 18/04/2023 | | |
| 7.6-ubuntu18.04 | Best effort | | | Version based on Ubuntu 18.04 |
| 7.6-gdal3.3 | Best effort | | 7.6-20-04 | Version based on Ubuntu 20.04 |
Expand Down

0 comments on commit 0209c84

Please sign in to comment.