diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 562a22d..8673da0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - ruby: [2.7, '3.0', 3.1, 3.2] + ruby: [3.1, 3.2] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3