Added ruby v3 to CI matrix.

This commit is contained in:
Stas SUȘCOV 2021-03-11 18:21:22 +00:00
parent 7f0fc12783
commit 7f086909b8
No known key found for this signature in database
GPG Key ID: D7ECB707FA8928DF

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
ruby: [2.4, 2.5, 2.6, 2.7]
ruby: [2.4, 2.7, 3.0]
steps:
- uses: actions/checkout@master