aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2025-04-27 20:45:17 +0100
committerGravatar GitHub <[email protected]>2025-04-27 20:45:17 +0100
commit034265bc01564c9b4d75ed7285538a74f66f2a67 (patch)
treea698a42c51dafd56ec6a73341105fc7681dc45ec /.github
parentEnable metrics in kc (diff)
Bump kc to 26.2.1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
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