Skip to content

Commit

Permalink
Fix CI matrix
Browse files Browse the repository at this point in the history
Fix supported Ruby versions
  • Loading branch information
swalkinshaw committed Jan 16, 2024
1 parent 8873ffd commit 5c252e7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.4, 2.7, '3.1']
ruby: [2.4, 2.7, 3.1, 3.3]
graphql_version: ['~> 1.10.0', '~> 1.13', '~> 2.0']
exclude:
- ruby: 2.4
graphql_version: '~> 1.10.0'
- ruby: 2.4
graphql_version: '~> 1.13'
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 5c252e7

Please sign in to comment.