Skip to content

Bump keycloak.version from 26.0.5 to 26.0.6 (#34) #80

Bump keycloak.version from 26.0.5 to 26.0.6 (#34)

Bump keycloak.version from 26.0.5 to 26.0.6 (#34) #80

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- name: Run unit and integration tests
run: ./mvnw --batch-mode --update-snapshots verify