Skip to content

Commit

Permalink
Updated KC26 version to KC26.0.8 (keycloak#1075)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuster <[email protected]>
Signed-off-by: angeloxx <[email protected]>
  • Loading branch information
sschu authored and angeloxx committed Jan 26, 2025
1 parent 988f7a9 commit fbec39a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
matrix:
keycloak-version:
- '26.0.7'
- '26.0.8'
- '25.0.6'
- '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 @@ -48,7 +48,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.7 (latest)
- 26.0.8 (latest)
- 25.0.6
- 24.0.5
- 23.0.7
Expand Down
2 changes: 1 addition & 1 deletion custom-user-federation-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

ext {
keycloakVersion = '26.0.7'
keycloakVersion = '26.0.8'
}

dependencies {
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.7
image: quay.io/keycloak/keycloak:26.0.8
command: --verbose start-dev --features=preview
depends_on:
- postgres
Expand Down

0 comments on commit fbec39a

Please sign in to comment.