Skip to content

Commit

Permalink
Support Keycloak 15.x (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored Aug 16, 2021
1 parent 572c6fd commit e253b09
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- "12.0.4"
- "13.0.1"
- "14.0.0"
- "15.0.1"
keycloak_full:
- "no"
keycloak_domain_mode_cluster:
Expand All @@ -89,6 +90,10 @@ jobs:
puppet: "puppet7"
keycloak_version: "14.0.0"
keycloak_full: "yes"
- set: "centos-7"
puppet: "puppet7"
keycloak_version: "15.0.1"
keycloak_full: "yes"
- set: "centos-7-domain-mode-cluster"
puppet: "puppet7"
keycloak_version: "12.0.4"
Expand All @@ -101,6 +106,10 @@ jobs:
puppet: "puppet7"
keycloak_version: "14.0.0"
keycloak_domain_mode_cluster: "yes"
- set: "centos-7-domain-mode-cluster"
puppet: "puppet7"
keycloak_version: "15.0.1"
keycloak_domain_mode_cluster: "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 @@ -26,6 +26,7 @@
- '12.0.4'
- '13.0.1'
- '14.0.0'
- '15.0.1'
keycloak_full: ['no']
keycloak_domain_mode_cluster: ['no']
acceptance_includes:
Expand All @@ -45,6 +46,10 @@
puppet: puppet7
keycloak_version: 14.0.0
keycloak_full: 'yes'
- set: centos-7
puppet: puppet7
keycloak_version: 15.0.1
keycloak_full: 'yes'
- set: centos-7-domain-mode-cluster
puppet: puppet7
keycloak_version: 12.0.4
Expand All @@ -57,6 +62,10 @@
puppet: puppet7
keycloak_version: 14.0.0
keycloak_domain_mode_cluster: 'yes'
- set: centos-7-domain-mode-cluster
puppet: puppet7
keycloak_version: 15.0.1
keycloak_domain_mode_cluster: '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 @@ -42,7 +42,7 @@ This module may work on earlier versions but this is the only version tested.
| 4.x - 6.x | 3.x |
| 6.x - 8.x | 4.x - 5.x |
| 8.x - 12.x | 6.x |
| 12.x - 14.x | 7.x |
| 12.x - 15.x | 7.x |

## Usage

Expand Down

0 comments on commit e253b09

Please sign in to comment.