Commit 546f8d8

mo khan <mo.khan@gmail.com>
2021-02-04 18:21:54
chore: remove ruby 3.0 from matrix
1 parent 07857bc
Changed files (1)
.github
workflows
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        ruby-version: ['2.4', '2.5', '2.6', '2.7', '3.0']
+        ruby-version: ['2.4', '2.5', '2.6', '2.7']
     steps:
       - uses: actions/checkout@v2
       - name: Set up Ruby