Skip to content

Commit 58647cd

Browse files
committed
Test on Ruby 3.1
1 parent f98c3aa commit 58647cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
- uses: actions/checkout@v2
88
- uses: ruby/setup-ruby@v1
99
with:
10-
ruby-version: '3.0'
10+
ruby-version: 3.1
1111
- run: bundle install
1212
- run: bundle exec rake -t rubocop

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
2.6,
1414
2.7,
1515
'3.0',
16+
3.1,
1617
jruby,
1718
]
1819
exclude:

0 commit comments

Comments
 (0)