gem: add Ruby 3.1 support

This commit is contained in:
Christian Nicolai 2022-01-07 09:31:53 +01:00 committed by GitHub
parent 22d9797f55
commit 406ed867f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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