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

gem: add Ruby 3.1 support

This commit is contained in:
Christian Nicolai
2022-01-07 09:28:12 +01:00
parent 45b522f7cc
commit 4df5b8fa63
2 changed files with 7 additions and 0 deletions

View File

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