You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 1093 added support for KC26.1.0
Signed-off-by: Sebastian Schuster <[email protected]>
* Add building the user-federation-example in CI
Signed-off-by: Sebastian Schuster <[email protected]>
* Pushed KC26 version to 26.1.3, enabled all tests in CI, disabled testing of custom-user-federation-example for all but the latest versions
Signed-off-by: Sebastian Schuster <[email protected]>
---------
Signed-off-by: Sebastian Schuster <[email protected]>
Copy file name to clipboardexpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,8 @@ 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.0.8 (latest)
51
+
- 26.1.3 (latest)
52
+
- 26.0.8
52
53
- 25.0.6
53
54
- 24.0.5
54
55
- 23.0.7
@@ -71,7 +72,7 @@ build you can use the `linux_amd64` build as long as `libc6-compat` is installed
71
72
72
73
## Development
73
74
74
-
This project requires Go 1.22 and Terraform 1.4.1.
75
+
This project requires Go 1.22 and Terraform 1.11.1.
75
76
This project uses [Go Modules](https://github.com/golang/go/wiki/Modules) for dependency management, which allows this project to exist outside an existing GOPATH.
76
77
77
78
After cloning the repository, you can build the project by running `make build`.
0 commit comments