]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Revert "CI: switch to Ruby 2.6"
authorXhmikosR <xhmikosr@gmail.com>
Thu, 20 Feb 2020 10:49:39 +0000 (12:49 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 9 Mar 2020 14:26:10 +0000 (16:26 +0200)
.github/workflows/test.yml

index 8ccbdbae155cb720d22a237dfcba3916ae36181d..1958de409b0cd11af186a3f7de8146d987558311 100644 (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