mirror of
https://github.com/cmur2/openvpn-status-web.git
synced 2025-06-29 20:30:23 +02:00
gem: add Ruby 3.3 support, drop Ruby 2.7 due to EOL
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||
|
Reference in New Issue
Block a user