Skip to content

Commit d7bb6b8

Browse files
committed
Test on Ruby 3.2
1 parent 48c79bf commit d7bb6b8

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@v3
88
- uses: ruby/setup-ruby@v1
99
with:
10-
ruby-version: 3.1
10+
ruby-version: 3.2
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
@@ -14,6 +14,7 @@ jobs:
1414
2.7,
1515
'3.0',
1616
3.1,
17+
3.2,
1718
jruby,
1819
]
1920
exclude:

0 commit comments

Comments
 (0)