1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2025-06-29 10:30:23 +02:00

gem: add Ruby 3.3 support, drop Ruby 2.7 due to EOL

This commit is contained in:
cn
2024-03-03 11:28:40 +01:00
parent 88b41c8998
commit d75cf2aade
3 changed files with 3 additions and 3 deletions

View File

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