.github/workflows/ci.yml in paquito-0.7.0 vs .github/workflows/ci.yml in paquito-0.8.0

- old
+ new

@@ -21,10 +21,10 @@ rubies: runs-on: ubuntu-latest strategy: fail-fast: false matrix: - ruby: [ ruby-head, '3.0', '2.7', '2.6' ] + ruby: [ ruby-head, '3.1', '3.0', '2.7', '2.6' ] steps: - name: Checkout uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1