We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f243b7c commit 0af773dCopy full SHA for 0af773d
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
8
with:
9
engine: cruby
10
- min_version: 2.6
+ min_version: 2.5
11
12
build:
13
needs: ruby-versions
@@ -24,6 +24,5 @@ jobs:
24
25
ruby-version: ${{ matrix.ruby }}
26
bundler-cache: true
27
- rubygems: latest
28
- name: Run test
29
run: bundle exec rake test
Gemfile
@@ -4,4 +4,4 @@ gemspec
4
5
gem "rake"
6
gem "test-unit"
-gem "test-unit-ruby-core", git: "https://github.com/ruby/test-unit-ruby-core"
+gem "test-unit-ruby-core"
0 commit comments