chore: update remaining 2.11 references to 2.12

This commit is contained in:
Tim Möhlmann 2024-01-05 18:45:00 +02:00
parent 1ed551c74c
commit 0c50229fad
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ name: Release
on: on:
push: push:
branches: branches:
- "2.11.x" - "2.12.x"
- main - main
- next - next
tags-ignore: tags-ignore:

View file

@ -9,12 +9,12 @@ We currently support the following version of the OIDC framework:
| Version | Supported | Branch | Details | | Version | Supported | Branch | Details |
| -------- | ------------------ | ----------- | ------------------------------------ | | -------- | ------------------ | ----------- | ------------------------------------ |
| 0.x.x | :x: | | not maintained | | 0.x.x | :x: | | not maintained |
| <2.11 | :x: | | not maintained | | <2.12 | :x: | | not maintained |
| 2.11.x | :lock: :warning: | [2.11.x][1] | security only, [community effort][2] | | 2.12.x | :lock: :warning: | [2.12.x][1] | security only, [community effort][2] |
| 3.x.x | :heavy_check_mark: | [main][3] | supported | | 3.x.x | :heavy_check_mark: | [main][3] | supported |
| 4.0.0-xx | :white_check_mark: | [next][4] | [development branch] | | 4.0.0-xx | :white_check_mark: | [next][4] | [development branch] |
[1]: https://github.com/zitadel/oidc/tree/2.11.x [1]: https://github.com/zitadel/oidc/tree/2.12.x
[2]: https://github.com/zitadel/oidc/discussions/458 [2]: https://github.com/zitadel/oidc/discussions/458
[3]: https://github.com/zitadel/oidc/tree/main [3]: https://github.com/zitadel/oidc/tree/main
[4]: https://github.com/zitadel/oidc/tree/next [4]: https://github.com/zitadel/oidc/tree/next