]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
CI: switch to Ruby 2.6.
authorXhmikosR <xhmikosr@gmail.com>
Tue, 17 Mar 2020 19:34:33 +0000 (21:34 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 31 Mar 2020 18:11:29 +0000 (21:11 +0300)
.github/workflows/test.yml

index a419063225663d2211aac71760fc7f8cc2a41b5e..05a78a4589b2f13f0be7318338e6a4c8e7af5891 100644 (file)
@@ -12,7 +12,7 @@ jobs:
       fail-fast: false
       matrix:
         node: [10, 12]
-        ruby: [2.4.x]
+        ruby: [2.6.x]
 
     steps:
       - name: Clone repository