1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 12:30:18 +02:00

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 }}