Skip to content

Commit

Permalink
Revert compatibility profile rule in ci.yaml for keycloak 26.0.0 (fro…
Browse files Browse the repository at this point in the history
…m 26.0.1).
  • Loading branch information
ma1uta committed Oct 18, 2024
1 parent 1e126e9 commit e4090cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4090cf

Please sign in to comment.