diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 97d17e4e..11c9aac2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,6 +68,7 @@ jobs: - "12.0.4" - "13.0.1" - "14.0.0" + - "15.0.1" keycloak_full: - "no" keycloak_domain_mode_cluster: @@ -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" @@ -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 diff --git a/.sync.yml b/.sync.yml index 1f45c80e..219b3ec1 100644 --- a/.sync.yml +++ b/.sync.yml @@ -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: @@ -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 @@ -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/ diff --git a/README.md b/README.md index 2aee09e2..9ee39c70 100644 --- a/README.md +++ b/README.md @@ -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