diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e797fcb..9fe493c 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, 3.3, 3.4] + ruby: [3.2, 3.3, 3.4] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3