Commit cd23bb8

mo khan <mo.khan@gmail.com>
2020-12-29 06:15:11
chore: add ruby 3.0 to build matrix
1 parent af7b84d
Changed files (1)
.github
workflows
.github/workflows/ci.yml
@@ -5,14 +5,14 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        ruby: [ '2.5', '2.6', '2.7' ]
+        ruby: [ '2.5', '2.6', '2.7', '3.0' ]
     name: RSpec Ruby ${{ matrix.ruby }}
     steps:
       - uses: actions/checkout@v2
         with:
           lfs: true
           submodules: recursive
-      - uses: actions/setup-ruby@v1
+      - uses: ruby/setup-ruby@v1
         with:
           ruby-version: ${{ matrix.ruby }}
       - name: setup