Skip to content

Commit 01b172b

Browse files
authored
chore: 1149 update to KC26.1.4 (#1150)
Signed-off-by: Sebastian Schuster <[email protected]>
1 parent 0e8f2d7 commit 01b172b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
keycloak-version:
55-
- '26.1.3'
55+
- '26.1.4'
5656
- '26.0.8'
5757
- '25.0.6'
5858
- '24.0.5'
@@ -86,7 +86,7 @@ jobs:
8686
- name: Start Keycloak Container
8787
run: |
8888
MOUNT_FEDERATION_EXAMPLE_VOLUME=""
89-
if [[ "${{ matrix.keycloak-version }}" == "26.1.3" ]]; then
89+
if [[ "${{ matrix.keycloak-version }}" == "26.1.4" ]]; then
9090
MOUNT_FEDERATION_EXAMPLE_VOLUME="-v $PWD/custom-user-federation-example/build/libs/custom-user-federation-example-all.jar:/opt/keycloak/providers/custom-user-federation-example-all.jar:z"
9191
fi
9292

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.1.3 (latest)
51+
- 26.1.4 (latest)
5252
- 26.0.8
5353
- 25.0.6
5454
- 24.0.5

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.1.3'
8+
keycloakVersion = '26.1.4'
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.1.3
17+
image: quay.io/keycloak/keycloak:26.1.4
1818
command: --verbose start-dev --features=preview
1919
depends_on:
2020
- postgres

0 commit comments

Comments
 (0)