gem: add Ruby 3.0 support

This commit is contained in:
cn 2020-12-25 17:52:10 +01:00
parent 2628c08975
commit 61f7cbd76c
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ jobs:
- '2.5'
- '2.6'
- '2.7'
- '3.0'
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby-version }}