Skip to content

Commit

Permalink
Test on Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
horgh committed Dec 26, 2023
1 parent debee96 commit f30d0de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
- run: bundle install
- run: bundle exec rake -t rubocop
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
'3.0',
3.1,
3.2,
3.3,
jruby,
]
exclude:
Expand Down

0 comments on commit f30d0de

Please sign in to comment.