diff options
author | 2025-02-09 17:14:16 +0000 | |
---|---|---|
committer | 2025-02-09 17:14:16 +0000 | |
commit | b178a68cc12ef1b1ddaf5010be7d90734ac5b84a (patch) | |
tree | df1e201e7ef6cca6f8418d885e41a6106f70aabe | |
parent | OAuth screens for some reason don't have kcBodyClass (diff) |
Bump keycloak version
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 69bf2df..086a2b8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: if: ${{ github.event_name == 'push' }} needs: test env: - KEYCLOAK_VERSION: 25.0.4 + KEYCLOAK_VERSION: 26.1.1 steps: - name: Checkout repository uses: actions/checkout@v4 |