From 3ec39036332b5417ddaaabf60b105ad9d89d9bd0 Mon Sep 17 00:00:00 2001 From: mposolda Date: Thu, 16 Jan 2025 12:18:22 +0100 Subject: [PATCH] Test with keycloak server images 24.0, 26.0 and 26.1 closes #130 Signed-off-by: mposolda --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccc2e0f..7c3ec0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - keycloak_server_version: [ "24.0", "25.0", "26.0", "nightly" ] + keycloak_server_version: [ "24.0", "26.0", "26.1", "nightly" ] steps: - uses: actions/checkout@v4