1
0
Fork 0
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:
卜部昌平 2022-01-19 13:43:52 +09:00
parent d22511fd75
commit e4f8d5b2f5
Notes: git 2022-01-19 15:38:27 +09:00

View file

@ -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