Skip to content

Commit 00e000e

Browse files
Update to KC26.3.2 (#1259) (#1260)
Fixes #1259 Signed-off-by: Thomas Darimont <[email protected]>
1 parent 6cb61ce commit 00e000e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
keycloak-version:
55-
- '26.3.1'
55+
- '26.3.2'
5656
- '26.2.5'
5757
- '26.1.4'
5858
- '26.0.8'
@@ -89,10 +89,10 @@ jobs:
8989
run: |
9090
MOUNT_FEDERATION_EXAMPLE_VOLUME=""
9191
EXTRA_FEATURES=""
92-
if [[ "${{ matrix.keycloak-version }}" == "26.3.1" || "${{ matrix.keycloak-version }}" == "26.2.5" || "${{ matrix.keycloak-version }}" == "26.1.4" || "${{ matrix.keycloak-version }}" == "26.0.8" || "${{ matrix.keycloak-version }}" == "25.0.6" ]]; then
92+
if [[ "${{ matrix.keycloak-version }}" == "26.3.2" || "${{ matrix.keycloak-version }}" == "26.2.5" || "${{ matrix.keycloak-version }}" == "26.1.4" || "${{ matrix.keycloak-version }}" == "26.0.8" || "${{ matrix.keycloak-version }}" == "25.0.6" ]]; then
9393
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"
9494
fi
95-
if [[ "${{ matrix.keycloak-version }}" == "26.3.1" || "${{ matrix.keycloak-version }}" == "26.2.5" ]]; then
95+
if [[ "${{ matrix.keycloak-version }}" == "26.3.2" || "${{ matrix.keycloak-version }}" == "26.2.5" ]]; then
9696
EXTRA_FEATURES=",admin-fine-grained-authz:v1"
9797
fi
9898

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.3.1 (latest)
51+
- 26.3.2 (latest)
5252
- 26.2.5
5353
- 26.1.4
5454
- 26.0.8

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

0 commit comments

Comments
 (0)