Skip to content

Commit

Permalink
End of support of print version 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 30, 2022
1 parent 6879f10 commit fddcaac
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 95 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
extends: ['config:base', 'schedule:earlyMondays'],
baseBranches: ['master', '3.20', '3.27', '3.28', '3.29'],
baseBranches: ['master', '3.27', '3.28', '3.29'],
packageRules: [
/** Automerge the patch, the minor and the dev dependency */
{
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
fail-fast: false
matrix:
branch:
- '3.20'
- '3.27'
- '3.28'
- '3.29'
Expand Down
83 changes: 0 additions & 83 deletions .github/workflows/rebuild-3-20-3-22.yaml

This file was deleted.

14 changes: 6 additions & 8 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

## Supported Versions

| Version | Supported Until |
| ----------- | --------------- |
| <= 3.19 | Unsupported |
| 3.20 | 30/06/2022 |
| 3.21 - 3.26 | Unsupported |
| 3.27 | 06/01/2023 |
| 3.28 | 23/06/2025 |
| 3.29 | Best effort |
| Version | Supported Until |
| ------- | --------------- |
| <= 3.26 | Unsupported |
| 3.27 | 06/01/2023 |
| 3.28 | 23/06/2025 |
| 3.29 | Best effort |

### Version 3.23 is prematurely end of support because its staging build system was no longer working.
2 changes: 0 additions & 2 deletions ci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ checks:
steps: []
rebuild.yaml:
steps: []
rebuild-3-20-3-22.yaml:
steps: []
codespell:
ignore_re:
- ^examples/src/test/resources/examples/.*
Expand Down

0 comments on commit fddcaac

Please sign in to comment.