1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-04-02 10:50:07 +03:00

L #-: Update ruby to support new rubocop versions

This commit is contained in:
Tino Vázquez 2023-05-16 19:48:37 +02:00
parent 5aa4b25902
commit 86fe2c260e

View File

@ -14,7 +14,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7
- name: Install rubocop
run: gem install rubocop
- name: Install CppCheck