File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
custom-user-federation-example Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 52
52
strategy :
53
53
matrix :
54
54
keycloak-version :
55
- - ' 26.3.1 '
55
+ - ' 26.3.2 '
56
56
- ' 26.2.5'
57
57
- ' 26.1.4'
58
58
- ' 26.0.8'
@@ -89,10 +89,10 @@ jobs:
89
89
run : |
90
90
MOUNT_FEDERATION_EXAMPLE_VOLUME=""
91
91
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
93
93
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"
94
94
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
96
96
EXTRA_FEATURES=",admin-fine-grained-authz:v1"
97
97
fi
98
98
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ This provider will officially support the latest three major versions of Keycloa
48
48
49
49
The following versions are used when running acceptance tests in CI:
50
50
51
- - 26.3.1 (latest)
51
+ - 26.3.2 (latest)
52
52
- 26.2.5
53
53
- 26.1.4
54
54
- 26.0.8
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
ext {
8
- keycloakVersion = ' 26.3.1 '
8
+ keycloakVersion = ' 26.3.2 '
9
9
}
10
10
11
11
dependencies {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
14
14
environment :
15
15
LDAP_PORT_NUMBER : 389
16
16
keycloak :
17
- image : quay.io/keycloak/keycloak:26.3.1
17
+ image : quay.io/keycloak/keycloak:26.3.2
18
18
command : --verbose start-dev
19
19
depends_on :
20
20
- postgres
You can’t perform that action at this time.
0 commit comments