mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.github/workflows: BASERUBY check for Ruby 3.1
This commit is contained in:
parent
d22511fd75
commit
e4f8d5b2f5
Notes:
git
2022-01-19 15:38:27 +09:00
1 changed files with 2 additions and 1 deletions
3
.github/workflows/baseruby.yml
vendored
3
.github/workflows/baseruby.yml
vendored
|
@ -29,8 +29,9 @@ jobs:
|
|||
# - ruby-2.4
|
||||
# - ruby-2.5
|
||||
# - ruby-2.6
|
||||
- ruby-2.7
|
||||
# - ruby-2.7
|
||||
- ruby-3.0
|
||||
- ruby-3.1
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue