gem: support Ruby 3.3

This commit is contained in:
cn 2024-01-18 23:12:23 +01:00 committed by Christian Nicolai
parent 38fdf44c1f
commit 95acdcbc70
2 changed files with 11 additions and 0 deletions

View File

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

View File

@ -1,5 +1,15 @@
# Changelog
## 3.10.0
IMPROVEMENTS:
- add Ruby 3.3 support
OTHER:
- update base of Docker image to Alpine 3.19.0 (from 3.18.3 before)
## 3.9.2 (August 10th, 2023)
OTHER: