diff options
-rw-r--r-- | .github/workflows/ci.yml | 6 | ||||
-rw-r--r-- | README.md | 2 |
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 @@ -1,6 +1,6 @@ # JSON implementation for Ruby -[](https://travis-ci.org/flori/json) +[](https://github.com/flori/json/actions/workflows/ci.yml) ## Description |