Skip to content

Commit 6562bf2

Browse files
committed
all supported ruby versions
1 parent dbe44a8 commit 6562bf2

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/main.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.0.2'
17+
- '3.0.6'
18+
- '3.1.4'
19+
- '3.2.2'
1820

1921
steps:
2022
- uses: actions/checkout@v3
@@ -23,5 +25,5 @@ jobs:
2325
with:
2426
ruby-version: ${{ matrix.ruby }}
2527
bundler-cache: true
26-
- name: Run the default task
28+
- name: Run all tests
2729
run: bundle exec rake

test/test_clai.rb

-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@ class TestClai < Minitest::Test
66
def test_that_it_has_a_version_number
77
refute_nil ::CLAI::VERSION
88
end
9-
10-
def test_it_does_something_useful
11-
assert false
12-
end
139
end

0 commit comments

Comments
 (0)