diff --git a/.github/workflows/test-suite.yaml b/.github/workflows/test-suite.yaml index caebb84d..3f91cdc5 100644 --- a/.github/workflows/test-suite.yaml +++ b/.github/workflows/test-suite.yaml @@ -55,7 +55,8 @@ jobs: fail-fast: false matrix: puppet: [5.5.22, 6.29.0] - ruby: [2.5.9, 2.6.9] + ruby: [2.7.7, 3.0.5, 3.1.3] + // ruby: [2.5.9, 2.6.9] name: Static code analysis old runs-on: ubuntu-20.04