aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-07-15 21:07:00 +0100
committerGravatar Joe Banks <[email protected]>2025-07-15 21:07:00 +0100
commit5875f8a5f0245ab904e168c1e05e25ab1a85034b (patch)
tree81e91bd1930733c1ddf827abef18252a0b9d468a /.github/workflows
parentUpdate Keycloak to 26.3.0 (diff)
Actually bump version to 26.3.0HEADmain
Diffstat (limited to '.github/workflows')
-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..9b29357 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.3.0
steps:
- name: Checkout repository
uses: actions/checkout@v4