summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-27 16:35:06 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-27 16:35:06 +0900
commit29f8354d6408453335998cc919f932cb285cc42d (patch)
tree2a5008a0a7740619e04bde53a4ab4ece376bc950
parent615da3b07af694045384d1c25c23c0acf86ba0df (diff)
downloadjson-29f8354d6408453335998cc919f932cb285cc42d.tar.gz
Removed debug environment
-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 c278a1c..70a39c8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,7 +24,6 @@ jobs:
- 2.5
- 2.4
- 2.3
- - debug
include:
- { os: windows-latest , ruby: mingw }
- { os: windows-latest , ruby: mswin }
@@ -33,7 +32,6 @@ jobs:
- { os: ubuntu-latest , ruby: truffleruby }
exclude:
- { os: windows-latest , ruby: '3.0' }
- - { os: windows-latest , ruby: debug }
steps:
- uses: actions/checkout@v2