Skip to content

Commit

Permalink
Merge pull request #171 from toshimaru/ruby-3.3
Browse files Browse the repository at this point in the history
ci: Test against Ruby 3.3
  • Loading branch information
toshimaru committed May 14, 2024
2 parents 02e9c9c + 247b937 commit 75664da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2']
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
gemfile:
- gemfiles/rubocop_1.57.gemfile
env:
Expand Down

0 comments on commit 75664da

Please sign in to comment.