summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-27 16:35:22 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-27 16:35:22 +0900
commitc7dd0b18f870ab7701ececd66f2df5d1bd36b0e7 (patch)
tree955d02201f83ed061f87dffb663a22480ee633a8 /.github
parent29f8354d6408453335998cc919f932cb285cc42d (diff)
downloadjson-c7dd0b18f870ab7701ececd66f2df5d1bd36b0e7.tar.gz
Removed mswin and mingw because they are broken now
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 70a39c8..da36a91 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,8 +25,6 @@ jobs:
- 2.4
- 2.3
include:
- - { os: windows-latest , ruby: mingw }
- - { os: windows-latest , ruby: mswin }
- { os: ubuntu-latest , ruby: jruby-9.1 } # Ruby 2.3
- { os: ubuntu-latest , ruby: jruby-9.2 } # Ruby 2.5
- { os: ubuntu-latest , ruby: truffleruby }