summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-27 16:58:24 +0900
committerGitHub <noreply@github.com>2021-05-27 16:58:24 +0900
commit67ab63d9d10e77ddcaef575b5082979618bc8cc4 (patch)
tree6f04a8816e541801c998caa0160db7f4424e3e5a
parent5ed8cf7eb1e60eba81909336a540437fd74745d3 (diff)
parentc4ae05bba8859c4d1b736e7493ccd9600921b272 (diff)
downloadjson-67ab63d9d10e77ddcaef575b5082979618bc8cc4.tar.gz
Merge pull request #471 from flori/fix-actions
Fix GitHub Actions
-rw-r--r--.github/workflows/ci.yml6
-rw-r--r--README.md2
2 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c278a1c..5ed36dc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,16 +24,10 @@ jobs:
- 2.5
- 2.4
- 2.3
- - debug
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 }
- exclude:
- - { os: windows-latest , ruby: '3.0' }
- - { os: windows-latest , ruby: debug }
steps:
- uses: actions/checkout@v2
diff --git a/README.md b/README.md
index e020557..288ccdf 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# JSON implementation for Ruby
-[![Travis Widget](http://travis-ci.org/flori/json.svg?branch=master)](https://travis-ci.org/flori/json)
+[![CI](https://github.com/flori/json/actions/workflows/ci.yml/badge.svg)](https://github.com/flori/json/actions/workflows/ci.yml)
## Description