diff options
author | 2025-07-15 21:07:00 +0100 | |
---|---|---|
committer | 2025-07-15 21:07:00 +0100 | |
commit | 5875f8a5f0245ab904e168c1e05e25ab1a85034b (patch) | |
tree | 81e91bd1930733c1ddf827abef18252a0b9d468a /.github | |
parent | Update Keycloak to 26.3.0 (diff) |
Diffstat (limited to '.github')
-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..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 |