Skip to content

Commit 0af773d

Browse files
committed
Try to use released version of test-unit-ruby-core and Ruby 2.5
1 parent f243b7c commit 0af773d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
88
with:
99
engine: cruby
10-
min_version: 2.6
10+
min_version: 2.5
1111

1212
build:
1313
needs: ruby-versions
@@ -24,6 +24,5 @@ jobs:
2424
with:
2525
ruby-version: ${{ matrix.ruby }}
2626
bundler-cache: true
27-
rubygems: latest
2827
- name: Run test
2928
run: bundle exec rake test

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ gemspec
44

55
gem "rake"
66
gem "test-unit"
7-
gem "test-unit-ruby-core", git: "https://github.com/ruby/test-unit-ruby-core"
7+
gem "test-unit-ruby-core"

0 commit comments

Comments
 (0)