Skip to content

Commit

Permalink
Support Keycloak 21.x (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored Mar 20, 2023
1 parent 81eeeb5 commit b7d9512
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- "puppet7"
keycloak_version:
- "19.0.3"
- "21.0.1"
keycloak_full:
- "no"
include:
Expand All @@ -80,6 +81,14 @@ jobs:
puppet: "puppet7"
keycloak_version: "19.0.3"
keycloak_full: "yes"
- set: "el7"
puppet: "puppet6"
keycloak_version: "21.0.1"
keycloak_full: "yes"
- set: "el7"
puppet: "puppet7"
keycloak_version: "21.0.1"
keycloak_full: "yes"
env:
BUNDLE_WITHOUT: development:release
BEAKER_debug: true
Expand Down
9 changes: 9 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Rakefile:
- puppet7
keycloak_version:
- '19.0.3'
- '21.0.1'
keycloak_full: ['no']
acceptance_includes:
- set: el7
Expand All @@ -37,6 +38,14 @@ Rakefile:
puppet: puppet7
keycloak_version: 19.0.3
keycloak_full: 'yes'
- set: el7
puppet: puppet6
keycloak_version: 21.0.1
keycloak_full: 'yes'
- set: el7
puppet: puppet7
keycloak_version: 21.0.1
keycloak_full: 'yes'
.gitignore:
paths:
- /vagrant/.vagrant/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ This module may work on earlier versions but this is the only version tested.
| 8.x - 12.x | 6.x |
| 12.x - 16.x | 7.x |
| 18.x | 8.x |
| 19.x | 9.x |
| 19.x - 21.x | 9.x |

## Usage

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@
],
"pdk-version": "2.1.0",
"template-url": "https://github.com/treydock/pdk-templates.git#master",
"template-ref": "heads/master-0-g4965280"
"template-ref": "heads/master-0-gbfcd6dd"
}

0 comments on commit b7d9512

Please sign in to comment.