Try ruby 3
This commit is contained in:
parent
9d7a388b2c
commit
bba03b3f05
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ruby_version: [2.4.x, 2.5.x, 2.6.x, 2.7.x]
|
ruby_version: [2.4.x, 2.5.x, 2.6.x, 2.7.x, 3.0.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
Loading…
Reference in a new issue