Added ruby v3 to CI matrix.
This commit is contained in:
parent
7f0fc12783
commit
7f086909b8
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user