Skip to content

Commit

Permalink
test: Test/keycloak versions (#543)
Browse files Browse the repository at this point in the history
* ci: more keycloak versions

* chore: deps upgrade
  • Loading branch information
ryshoooo authored Apr 7, 2024
1 parent 26ff4f2 commit 1823ac2
Show file tree
Hide file tree
Showing 3 changed files with 284 additions and 230 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
keycloak-version: ["20.0", "21.0", "22.0", "latest"]
keycloak-version: ["20.0", "21.0", "22.0", "23.0", "24.0", "latest"]
env:
KEYCLOAK_DOCKER_IMAGE_TAG: ${{ matrix.keycloak-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
keycloak-version: ["20.0", "21.0", "22.0", "latest"]
keycloak-version: ["20.0", "21.0", "22.0", "23.0", "24.0", "latest"]
needs:
- check-commits
- check-linting
Expand Down
Loading

0 comments on commit 1823ac2

Please sign in to comment.