1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2025-04-03 13:34:11 +02:00

gem: support Ruby 3.4

This commit is contained in:
cn 2025-02-27 23:09:06 +01:00
parent 512fc15cb5
commit 862ecd4fee

View File

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