diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cbc008e7..9cef46f8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,11 +23,13 @@ jobs: strategy: fail-fast: false matrix: - ruby: - - "2.7" - puppet: - - "7" - + include: + - ruby: '2.7' + puppet: '7' + - ruby: '3.0' + puppet: '7' + - ruby: '3.2' + puppet: '8' env: PUPPET_VERSION: ${{ matrix.puppet }} diff --git a/modules/kafo_configure/metadata.json b/modules/kafo_configure/metadata.json index d9ba1ffd..6f49b472 100644 --- a/modules/kafo_configure/metadata.json +++ b/modules/kafo_configure/metadata.json @@ -9,7 +9,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 4.5.0 < 8.0.0" + "version_requirement": ">= 4.5.0 < 9.0.0" } ] }