Skip to content

Commit

Permalink
Merge pull request #430 from igor-drozdov/igor-drozdov-patch-1
Browse files Browse the repository at this point in the history
Add 3.2 to the list of Ruby CI versions
  • Loading branch information
grosser authored Aug 9, 2023
2 parents a40eae7 + 97bfaf3 commit 1429948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Next
* Add 3.2 to the list of Ruby CI versions

## 5.14.0
* drop json dependency
Expand Down

0 comments on commit 1429948

Please sign in to comment.