Skip to content

Commit

Permalink
Add Ruby 3.2 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dipth committed Feb 14, 2023
1 parent 2971bec commit cddc685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.4, 2.7, '3.1']
ruby: [2.4, 2.7, '3.1', '3.2']
graphql_version: ['~> 1.10.0', '~> 1.13', '~> 2.0']
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit cddc685

Please sign in to comment.