Skip to content

Commit e8ccbc6

Browse files
authored
Updated KC26 version to KC26.0.8 (#1075)
Signed-off-by: Sebastian Schuster <[email protected]>
1 parent 72835e7 commit e8ccbc6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
matrix:
6666
keycloak-version:
67-
- '26.0.7'
67+
- '26.0.8'
6868
- '25.0.6'
6969
- '24.0.5'
7070
- '23.0.7'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This provider will officially support the latest three major versions of Keycloa
4848

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

51-
- 26.0.7 (latest)
51+
- 26.0.8 (latest)
5252
- 25.0.6
5353
- 24.0.5
5454
- 23.0.7

custom-user-federation-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
ext {
8-
keycloakVersion = '26.0.7'
8+
keycloakVersion = '26.0.8'
99
}
1010

1111
dependencies {

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
environment:
1515
LDAP_PORT_NUMBER: 389
1616
keycloak:
17-
image: quay.io/keycloak/keycloak:26.0.7
17+
image: quay.io/keycloak/keycloak:26.0.8
1818
command: --verbose start-dev --features=preview
1919
depends_on:
2020
- postgres

0 commit comments

Comments
 (0)