Skip to content

Commit

Permalink
Add 3.2 to the list of Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-drozdov committed Aug 9, 2023
1 parent a40eae7 commit 51d5247
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 @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.7', '3.0', '3.1', 'head', 'truffleruby-head']
ruby-version: ['2.7', '3.0', '3.1', '3.2', 'head', 'truffleruby-head']
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 51d5247

Please sign in to comment.