CI: switch to Ruby 2.6.

This commit is contained in:
XhmikosR 2020-03-17 21:34:33 +02:00
parent 45c99f7130
commit 138e8da421
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
node: [10, 12]
ruby: [2.4.x]
ruby: [2.6.x]
steps:
- name: Clone repository