From e4090cfd11832ade69a545dd40f987ae99418d8c Mon Sep 17 00:00:00 2001 From: Tolya Date: Fri, 18 Oct 2024 23:56:34 +0300 Subject: [PATCH] Revert compatibility profile rule in ci.yaml for keycloak 26.0.0 (from 26.0.1). --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e2103f269..a83247f45 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,7 +64,7 @@ jobs: restore-keys: ${{ runner.os }}-maven-${{ matrix.env.KEYCLOAK_VERSION }} - name: Adapt sources for Keycloak versions < 26.0.0 - if: ${{ matrix.env.KEYCLOAK_VERSION < '26.0.1' }} + if: ${{ matrix.env.KEYCLOAK_VERSION < '26.0.0' }} run: | echo "COMPATIBILITY_PROFILE=-Ppre-keycloak26" >> $GITHUB_ENV