1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2024-11-17 06:56:13 +01:00

gem: add Ruby 3.2 support

This commit is contained in:
cn 2023-01-20 14:55:36 +01:00
parent ee06f65e81
commit 194137adc8

View File

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