diff options
author | 2025-04-27 20:45:17 +0100 | |
---|---|---|
committer | 2025-04-27 20:45:17 +0100 | |
commit | 034265bc01564c9b4d75ed7285538a74f66f2a67 (patch) | |
tree | a698a42c51dafd56ec6a73341105fc7681dc45ec | |
parent | Enable metrics in kc (diff) |
Bump kc to 26.2.1
-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 086a2b8..1e366fb 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: 26.1.1 + KEYCLOAK_VERSION: 26.2.1 steps: - name: Checkout repository uses: actions/checkout@v4 |