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

gem: support Ruby 3.4

This commit is contained in:
cn
2025-02-27 22:40:54 +01:00
committed by Christian Nicolai
parent 07a2be0e7d
commit 466dd30ff4
3 changed files with 9 additions and 0 deletions

View File

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