]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
CI: switch to Ruby 2.6
authorXhmikosR <xhmikosr@gmail.com>
Mon, 13 Jan 2020 13:09:17 +0000 (15:09 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 9 Mar 2020 14:26:10 +0000 (16:26 +0200)
.github/workflows/test.yml

index 1958de409b0cd11af186a3f7de8146d987558311..8ccbdbae155cb720d22a237dfcba3916ae36181d 100644 (file)
@@ -12,7 +12,7 @@ jobs:
       fail-fast: false
       matrix:
         node: [10, 12]
-        ruby: [2.4.x]
+        ruby: [2.6]
 
     steps:
       - name: Clone repository
@@ -23,7 +23,7 @@ jobs:
         with:
           node-version: ${{ matrix.node }}
 
-      - name: Set up Ruby 2.4
+      - name: Set up Ruby
         uses: actions/setup-ruby@v1
         with:
           ruby-version: ${{ matrix.ruby }}
@@ -50,9 +50,6 @@ 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