Skip to content

Commit

Permalink
Merge pull request Shopify#135 from Shopify/ruby-3.0
Browse files Browse the repository at this point in the history
Add Ruby 3.0 to CI
  • Loading branch information
swalkinshaw authored Jan 12, 2021
2 parents 480de9a + 23a2eac commit 9fa2dd2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.3, 2.6, 2.7]
graphql_version: ['1.9.19', '1.10.2']
ruby: [2.3, 2.7, 3.0]
graphql_version: ['1.9.19', '1.11.6']
exclude:
- graphql_version: '1.9.19'
ruby: 3.0
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 9fa2dd2

Please sign in to comment.