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 8f5b102 commit a6c90c8
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', '3.2']
ruby: [2.4, 2.7, 3.1, 3.3]
graphql_version: ['~> 1.12.18', '~> 1.13', '~> 2.0']
exclude:
- ruby: 2.4
graphql_version: '~> 1.12.18'
- ruby: 2.4
graphql_version: '~> 1.13'
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit a6c90c8

Please sign in to comment.