diff --git a/.github/workflows/test-suite.yaml b/.github/workflows/test-suite.yaml index 9cfdb730..0dec901b 100644 --- a/.github/workflows/test-suite.yaml +++ b/.github/workflows/test-suite.yaml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - puppet: [7.20.0] + puppet: [7.22.0] ruby: [2.7.7, 3.0.5, 3.1.3] name: Static code analysis @@ -54,7 +54,7 @@ jobs: strategy: fail-fast: false matrix: - puppet: [5.5.22, 6.28.0] + puppet: [5.5.22, 6.29.0] ruby: [2.5.9, 2.6.9] name: Static code analysis @@ -124,4 +124,4 @@ jobs: env: BEAKER_set: ${{ matrix.beakerset }} BEAKER_PUPPET_COLLECTION: ${{ matrix.puppet }} - PUPPET_INSTALL_TYPE: agent \ No newline at end of file + PUPPET_INSTALL_TYPE: agent