chore(tests): Remove compatibility tests for Keycloak < 15.1.1
This commit is contained in:
parent
00582697a2
commit
8903ef7e9b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildAndTest.yml
vendored
2
.github/workflows/buildAndTest.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
keycloak_version: [ 13.0.1, 14.0.0, 15.0.2, 15.1.1, 16.1.1, 17.0.0, latest ]
|
||||
keycloak_version: [ 15.1.1, 16.1.1, 17.0.0, latest ]
|
||||
keycloak_dist: [wildfly, quarkus]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue