Skip to content

Commit e8dc395

Browse files
committed
Test on Ruby 3.4
1 parent ea5d930 commit e8dc395

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
@@ -13,6 +13,6 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: ruby/setup-ruby@v1
1515
with:
16-
ruby-version: 3.3
16+
ruby-version: 3.4
1717
- run: bundle install
1818
- run: bundle exec rake -t rubocop

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
3.1,
2121
3.2,
2222
3.3,
23+
3.4,
2324
jruby,
2425
]
2526
exclude:

0 commit comments

Comments
 (0)