diff --git a/.github/workflows/tests-linting.yml b/.github/workflows/tests-linting.yml index 1ca2396b..1be09248 100644 --- a/.github/workflows/tests-linting.yml +++ b/.github/workflows/tests-linting.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false # Allows both ruby versions to run before failing matrix: - ruby: ['2.5', '3.0'] + ruby: ['2.5', '3.1'] steps: - uses: actions/checkout@master @@ -42,7 +42,7 @@ jobs: strategy: fail-fast: false # Allows both ruby versions to run before failing matrix: - ruby: ['2.5', '3.0'] + ruby: ['2.5', '3.1'] steps: # is this the same commit hash we saw in commit?