Skip to content

Commit 854d779

Browse files
committed
Add Ruby 3.2 to the CI matrix
This PR is add Ruby 3.2 to the CI matrix Because Ruby 3.2.0 is now in general release, it makes sense to add Ruby 3.2 to the CI matrix. https://www.ruby-lang.org/en/news/2022/12/25/ruby-3-2-0-released/
1 parent 8d9fd4e commit 854d779

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- "2.7"
2424
- "3.0"
2525
- "3.1"
26+
- "3.2"
2627
steps:
2728
- uses: actions/checkout@v2
2829
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)