chore: Check compatibility with Keyclaok.X 15.0.2
This commit is contained in:
parent
93ceb456b0
commit
9b12e661f7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildAndTest.yml
vendored
2
.github/workflows/buildAndTest.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
keycloak_version: [ 13.0.1, 14.0.0, 15.0.1 ]
|
||||
keycloak_version: [ 13.0.1, 14.0.0, 15.0.2 ]
|
||||
keycloak_dist: [keycloak, keycloak-x]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue