1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2026-01-18 03:11:53 +01:00

gem: support Ruby 4.0

This commit is contained in:
cn
2026-01-17 16:18:05 +01:00
committed by Christian Nicolai
parent 4096a4ee08
commit 8738b8bda5
2 changed files with 7 additions and 1 deletions

View File

@@ -19,9 +19,9 @@ jobs:
matrix:
ruby-version:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
- '4.0'
steps:
- uses: actions/checkout@v6
- name: Set up Ruby ${{ matrix.ruby-version }}