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

gem: drop support for Rubies < 2.7

This commit is contained in:
cn
2022-05-08 16:30:19 +02:00
parent 057d243db8
commit 557a328336
5 changed files with 8 additions and 10 deletions

View File

@ -16,8 +16,6 @@ jobs:
strategy:
matrix:
ruby-version:
- '2.5'
- '2.6'
- '2.7'
- '3.0'
- '3.1'