Pin java version to 17.0.11, Mockito has issues with 17.0.13 (#104)

This commit is contained in:
Stephan Schnabel 2024-12-02 16:15:53 +01:00
parent 8c44012e94
commit 7697801472
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
4 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 17.0.11
cache: maven
- run: mvn $MAVEN_ARGS deploy
env:

View file

@ -31,7 +31,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 17.0.11
cache: maven
- run: mvn $MAVEN_ARGS verify
- run: mvn $MAVEN_ARGS site
@ -52,12 +52,12 @@ jobs:
- 23.0.7
- 24.0.5
- 25.0.6
- 26.0.2
- 26.0.6
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 17.0.11
cache: maven
- run: mvn $MAVEN_ARGS verify -Dcheck.skip -Dversion.org.keycloak.test=${{ matrix.version }}

View file

@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 17.0.11
cache: maven
server-id: sonatype-nexus
server-username: SERVER_USERNAME

View file

@ -1,6 +1,6 @@
# Keycloak Metrics
Provides metrics for Keycloak user/admin events and user/client/session count. Tested on Keycloak [21-25](.github/workflows/pr.yaml#L50-L55).
Provides metrics for Keycloak user/admin events and user/client/session count. Tested on Keycloak [21-26](.github/workflows/pr.yaml#L48-L55).
[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/kokuwaio/keycloak-event-metrics.svg?label=License)](http://www.apache.org/licenses/)
[![Maven Central](https://img.shields.io/maven-central/v/io.kokuwa.keycloak/keycloak-event-metrics.svg?label=Maven%20Central)](https://central.sonatype.com/search?namespace=io.kokuwa.keycloak&q=keycloak-event-metrics)