diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67855ed..f9fa87b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ['2.5', '2.6', '2.7', '3.0'] + ruby: ['2.7', '3.0', '3.1', '3.2'] steps: - name: Check out repository code uses: actions/checkout@v2