diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 111d8bce..2f065403 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: [2.7, "3.0"] + ruby: [2.7, "3.0", 3.1] steps: - uses: actions/checkout@v2