aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-02-20 12:49:39 +0200
committerXhmikosR <[email protected]>2020-03-09 16:26:10 +0200
commit81e8f52fcb320f59b346037bdb9a004eb44103bd (patch)
tree40f8f5bb9d038cf24f2cd908359254b7598cb54d
parentd65977a99135e8a1b0138dbe5191cc2540f6f020 (diff)
downloadbootstrap-81e8f52fcb320f59b346037bdb9a004eb44103bd.tar.xz
bootstrap-81e8f52fcb320f59b346037bdb9a004eb44103bd.zip
Revert "CI: switch to Ruby 2.6"
-rw-r--r--.github/workflows/test.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8ccbdbae1..1958de409 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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