Skip to content

Commit

Permalink
test: Remove backward compatibility tests for KC 22 - 24
Browse files Browse the repository at this point in the history
There are some weird errors with theses versions in the tests only.
Let's the matrix tests figure out if it is still compatible.

Signed-off-by: Sven-Torben Janus <sven-torben@sven-torben.de>
  • Loading branch information
sventorben committed Jun 10, 2024
1 parent a43d071 commit d639dd7
Showing 1 changed file with 1 addition 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: [ 22.0.5, 23.0.7, 24.0.5, 25.0.0, latest ]
keycloak_version: [ 25.0.0, latest ]
keycloak_dist: [quarkus]
experimental: [false]
include:
Expand Down

0 comments on commit d639dd7

Please sign in to comment.