Add ruby 3.1 to CI
This commit is contained in:
parent
fc6001d2ee
commit
1424f7b0ff
2 changed files with 2 additions and 1 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -14,6 +14,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
ruby:
|
||||
- 3.1
|
||||
- 3.0
|
||||
- 2.7
|
||||
gemfile:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.0
|
||||
3.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue