.github/workflows/ci.yml in graphql-pagination-2.1.3 vs .github/workflows/ci.yml in graphql-pagination-2.2.0
- old
+ new
@@ -5,14 +5,14 @@
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
- test:
+ ci_tests_ruby:
runs-on: ubuntu-latest
strategy:
matrix:
- ruby-version: [3.1, 3.2]
+ ruby-version: [3.1, 3.2, 3.3]
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1