1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00

CI: switch to Ruby 2.6.

This commit is contained in:
XhmikosR
2020-03-17 21:34:33 +02:00
parent 45c99f7130
commit 138e8da421

View File

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