summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-27 16:35:49 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-27 16:35:49 +0900
commitc4ae05bba8859c4d1b736e7493ccd9600921b272 (patch)
tree2c95433fc2faab6fa9d4232f49703505cd20b330
parentc7dd0b18f870ab7701ececd66f2df5d1bd36b0e7 (diff)
downloadjson-c4ae05bba8859c4d1b736e7493ccd9600921b272.tar.gz
Try to enable Windows with Ruby 3.0
-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 da36a91..5ed36dc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,8 +28,6 @@ jobs:
- { 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 }
- exclude:
- - { os: windows-latest , ruby: '3.0' }
steps:
- uses: actions/checkout@v2