Skip to content

Commit 80792ee

Browse files
committed
test with ruby 3.2
1 parent 4b07c85 commit 80792ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
LC_ALL: en_US.UTF-8
1515

1616
strategy:
17-
matrix: { ruby: ['2.7', '3.0', '3.1', 'head'] }
17+
matrix: { ruby: ['2.7', '3.0', '3.1', '3.2', head] }
1818

1919
steps:
2020
- name: Checkout code

lib/bashly/commands/doc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def data
6969
result = raw_data.select { |k, _v| k.include? args['SEARCH'] }
7070
return result if result.any?
7171

72-
raise Error, "No match"
72+
raise Error, 'No match'
7373
end
7474

7575
def raw_data

0 commit comments

Comments
 (0)