Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #293 from takkii/develop
Browse files Browse the repository at this point in the history
Update.
  • Loading branch information
takkii authored Jan 15, 2023
2 parents d5ea25c + 98912ef commit af14bc5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.1']
ruby-version: [3.0', '3.1', '3.2']

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion katakana_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ def self.run10
puts e.backtrace
encodig_style.tanraku_exit
rescue Interrupt
# false → default true
# [now] false → [default] true
# puts Thread.current.report_on_exception
puts ""
puts "Katakana Runner is Stopped."
puts ""
ensure
Expand Down
3 changes: 2 additions & 1 deletion romaji_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@ def self.run10
puts e.backtrace
encodig_style.tanraku_exit
rescue Interrupt
# false → default true
# [now] false → [default] true
# puts Thread.current.report_on_exception
puts ""
puts "Romaji Runner is Stopped."
puts ""
ensure
Expand Down

0 comments on commit af14bc5

Please sign in to comment.