0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Revert "CI: switch to Ruby 2.6"

This commit is contained in:
XhmikosR 2020-02-20 12:49:39 +02:00
parent d65977a991
commit 81e8f52fcb

View File

@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
node: [10, 12]
ruby: [2.6]
ruby: [2.4.x]
steps:
- name: Clone repository
@ -23,7 +23,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Set up Ruby
- name: Set up Ruby 2.4
uses: actions/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
@ -50,6 +50,9 @@ jobs:
- name: Set up Bundler
run: gem install bundler -v "~> 1.17"
- name: Update rubygems
run: gem update --system
- run: ruby --version
- run: gem --version
- run: bundle --version