Skip to content

Commit

Permalink
chore: No longer backwards compatible with version < 21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sventorben committed Feb 23, 2023
1 parent 555b1c8 commit 7b1a093
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
keycloak_version: [ 19.0.3, 20.0.5, 21.0.0, latest ]
keycloak_version: [ 21.0.0, latest ]
keycloak_dist: [quarkus]
experimental: [false]
include:
Expand Down
4 changes: 4 additions & 0 deletions RELEASELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
* [deps] Update Keycloak dependencies to 21.0.0

> ⚠️ **Compatibility issues**:
>
> This and all upcoming releases will no longer be backwards compatible with Keycloak versions < 21

0 comments on commit 7b1a093

Please sign in to comment.