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:
parent
d65977a991
commit
81e8f52fcb
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user