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

L #-: Update ruby to support new rubocop versions

(cherry picked from commit 86fe2c260e8876dd6eab5849918aac1810adcfe5)
This commit is contained in:
Tino Vázquez 2023-05-16 19:48:37 +02:00
parent b01536603d
commit 7f0ca81616
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -11,7 +11,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