Commit 546f8d8
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