diff options
author | 卜部昌平 <shyouhei@ruby-lang.org> | 2020-12-10 17:41:39 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-10 17:41:39 +0900 |
commit | 46d3ea2c2569e2e5a9ee3e7e206f07f0f8b693f5 (patch) | |
tree | 361d3f276c4167e04d3a58350289370041caded9 /.github/workflows/spec_guards.yml | |
parent | 9e8f732f397ec73ebcab2d121f02c909c8f06755 (diff) | |
download | ruby-46d3ea2c2569e2e5a9ee3e7e206f07f0f8b693f5.tar.gz |
.github: reduce (#3876)
Comment out some 50-ish tests.
fix https://bugs.ruby-lang.org/issues/17376
Diffstat (limited to '.github/workflows/spec_guards.yml')
-rw-r--r-- | .github/workflows/spec_guards.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/spec_guards.yml b/.github/workflows/spec_guards.yml index 65d1a65807..75b7d1220a 100644 --- a/.github/workflows/spec_guards.yml +++ b/.github/workflows/spec_guards.yml @@ -13,7 +13,7 @@ jobs: # This also ensures the needed ruby_version_is guards are there, see spec/README.md. ruby: - ruby-2.5 - - ruby-2.6 +# - ruby-2.6 - ruby-2.7 steps: |