Skip to content

Commit

Permalink
chore: Add release 24.1.0 to matrix test
Browse files Browse the repository at this point in the history
Signed-off-by: Sven-Torben Janus <sven-torben@sven-torben.de>
  • Loading branch information
sventorben committed May 15, 2024
1 parent e6ead9d commit 9c4ffd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ body:
description: |
examples:
- **Keycloak**: 24.0.4
- **This extension**: 24.0.0
- **This extension**: 24.1.0
value: |
- Keycloak:
- This extension:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
keycloak_version: [ 21.0.2, 21.1.2, 22.0.5, 23.0.7, 24.0.0, 24.0.1, 24.0.2, 24.0.3, 24.0.4, latest, nightly ]
extension_version: [ 21.3.0, 22.0.0, 22.1.0, 23.0.0, 24.0.0 ]
extension_version: [ 21.3.0, 22.0.0, 22.1.0, 23.0.0, 24.0.0, 24.1.0 ]
name: KC ${{ matrix.keycloak_version }}, Extension ${{ matrix.extension_version }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9c4ffd1

Please sign in to comment.