Add Ruby 3.1 to the CI

This commit is contained in:
Dan Čermák 2022-01-03 12:08:27 +01:00
parent c5f4cce4f1
commit 91bbefaffa
No known key found for this signature in database
GPG Key ID: 8F8C178E966641D3

View File

@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
ruby: [ '2.6', '2.7', '3.0' ]
ruby: [ '2.6', '2.7', '3.0', '3.1' ]
name: Vagrant unit tests on Ruby ${{ matrix.ruby }}
steps:
- name: Code Checkout