.github/workflows/ci.yml in graphql-pagination-1.2.1 vs .github/workflows/ci.yml in graphql-pagination-2.0.0.rc

- old
+ new

@@ -9,10 +9,10 @@ jobs: test: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['2.7', '3.0'] + ruby-version: ['3.0'] steps: - uses: actions/checkout@v2 - name: Set up Ruby # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,