diff --git a/.github/workflows/test-suite.yaml b/.github/workflows/test-suite.yaml index c701bce6..96b5f515 100644 --- a/.github/workflows/test-suite.yaml +++ b/.github/workflows/test-suite.yaml @@ -12,7 +12,10 @@ jobs: fail-fast: false matrix: puppet: [7.22.0, 8.2.0] - ruby: [2.7.7, 3.0.5, 3.1.3] + ruby: [3.1.3] + include: + - puppet: 7.22.0 + ruby: [2.7.7, 3.0.5] name: Static code analysis new runs-on: ubuntu-latest