Browse Source

ci: removed support for keycloak 20

fix/latest_keycloak_updates
Richard Nemeth 5 months ago
parent
commit
0b0267bac4
No known key found for this signature in database GPG Key ID: 21C39470DF3DEC39
  1. 2
      .github/workflows/daily.yaml
  2. 2
      .github/workflows/lint.yaml
  3. 2
      README.md

2
.github/workflows/daily.yaml

@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
keycloak-version: ["20.0", "21.0", "22.0", "23.0", "24.0", "latest"]
keycloak-version: ["21.0", "22.0", "23.0", "24.0", "25.0", "latest"]
env:
KEYCLOAK_DOCKER_IMAGE_TAG: ${{ matrix.keycloak-version }}
steps:

2
.github/workflows/lint.yaml

@ -56,7 +56,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
keycloak-version: ["20.0", "21.0", "22.0", "23.0", "24.0", "latest"]
keycloak-version: ["21.0", "22.0", "23.0", "24.0", "25.0", "latest"]
needs:
- check-commits
- check-linting

2
README.md

@ -27,11 +27,11 @@ in order to give our user base more time for smoother upgrades.
Current list of supported Keycloak versions:
- 25.X
- 24.X
- 23.X
- 22.X
- 21.X
- 20.X
## Python version support

Loading…
Cancel
Save