summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-15 14:32:30 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-26 17:48:01 +0900
commit769a28d7dc913740d864e7478bbc7f9b3a188a5b (patch)
tree6d855e59dd6539e1a7b42d1ce47ca26a106d7a85 /.github
parentba8fb735cb3151ce48e388878da0565119222e95 (diff)
[rubygems/rubygems] Removed 2.2
https://github.com/rubygems/rubygems/commit/7fd2460f76
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ubuntu-rvm.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu-rvm.yml b/.github/workflows/ubuntu-rvm.yml
index fd5218ec02..a136779ede 100644
--- a/.github/workflows/ubuntu-rvm.yml
+++ b/.github/workflows/ubuntu-rvm.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ruby: [ 'ruby-head', '2.2.10' ]
+ ruby: [ 'ruby-head' ]
test_tool: [ "rubygems", "bundler" ]
steps:
- uses: actions/checkout@master