Skip to content

Commit

Permalink
update to the current keycloak version (26.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sschum committed Dec 9, 2024
1 parent 38d90f8 commit 3555a60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
matrix:
keycloak-version:
- '26.0.5'
- '26.0.7'
- '25.0.2'
- '24.0.5'
- '23.0.7'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This provider will officially support the latest three major versions of Keycloa

The following versions are used when running acceptance tests in CI:

- 26.0.5 (latest)
- 26.0.7 (latest)
- 25.0.2
- 24.0.5
- 23.0.7
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
environment:
LDAP_PORT_NUMBER: 389
keycloak:
image: quay.io/keycloak/keycloak:26.0.5
image: quay.io/keycloak/keycloak:26.0.7
command: --verbose start-dev --features=preview
depends_on:
- postgres
Expand Down

0 comments on commit 3555a60

Please sign in to comment.