Skip to content

Commit

Permalink
chore: Fix/latest keycloak updates (#572)
Browse files Browse the repository at this point in the history
* test: updated test for keycloak 25

* ci: removed support for keycloak 20

* chore: deps update
  • Loading branch information
ryshoooo authored Jun 15, 2024
1 parent d18ccbf commit 8e2381a
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 125 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
132 changes: 66 additions & 66 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8e2381a

Please sign in to comment.