chore: Update compatibility checks to Keycloak version 15.1.1

This commit is contained in:
Sven-Torben Janus 2021-12-17 13:35:23 +01:00 committed by Sven-Torben Janus
parent 3f9da78034
commit 5100f8e6fa
4 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@ body:
label: Version
description: |
examples:
- **Keycloak**: 15.1.0 (quarkus/wildfly)
- **Keycloak**: 15.1.1 (quarkus/wildfly)
- **This extension**: 15.2.0
value: |
- Keycloak:

View file

@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
keycloak_version: [ 13.0.1, 14.0.0, 15.0.2, 15.1.0, latest ]
keycloak_version: [ 13.0.1, 14.0.0, 15.0.2, 15.1.1, latest ]
keycloak_dist: [keycloak, keycloak-x]
steps:
- uses: actions/checkout@v2

View file

@ -3,7 +3,7 @@
This is a simple Keycloak authenticator to restrict user authorization on clients.
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/sventorben/keycloak-restrict-client-auth?sort=semver)
![Keycloak Dependency Version](https://img.shields.io/badge/Keycloak-15.1.0-blue)
![Keycloak Dependency Version](https://img.shields.io/badge/Keycloak-15.1.1-blue)
![Keycloak.X ready](https://img.shields.io/badge/%E2%AD%90%20Keycloak.X%20%E2%AD%90-ready%20-blue)
![GitHub Release Date](https://img.shields.io/github/release-date-pre/sventorben/keycloak-restrict-client-auth)
![Github Last Commit](https://img.shields.io/github/last-commit/sventorben/keycloak-restrict-client-auth)

View file

@ -2,7 +2,7 @@ version: '3'
services:
keycloak:
container_name: keycloak
image: quay.io/keycloak/keycloak-x:15.1.0
image: quay.io/keycloak/keycloak-x:15.1.1
environment:
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: admin