gem: support Ruby 3.2

This commit is contained in:
cn 2023-01-09 21:26:42 +01:00
parent 2e6e69810e
commit f648c28f18
2 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
- '2.7' - '2.7'
- '3.0' - '3.0'
- '3.1' - '3.1'
- '3.2'
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby-version }} - name: Set up Ruby ${{ matrix.ruby-version }}

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## 3.8.0
IMPROVEMENTS:
- add Ruby 3.2 support
## 3.7.3 (December 29th, 2022) ## 3.7.3 (December 29th, 2022)
OTHER: OTHER: