From 615da3b07af694045384d1c25c23c0acf86ba0df Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 27 May 2021 16:33:35 +0900 Subject: [PATCH 1/4] Update the status badge for CI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0205574f..288ccdfcb 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 From 29f8354d6408453335998cc919f932cb285cc42d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 27 May 2021 16:35:06 +0900 Subject: [PATCH 2/4] Removed debug environment --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c278a1cc8..70a39c87d 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 From c7dd0b18f870ab7701ececd66f2df5d1bd36b0e7 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 27 May 2021 16:35:22 +0900 Subject: [PATCH 3/4] Removed mswin and mingw because they are broken now --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70a39c87d..da36a91f9 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 } From c4ae05bba8859c4d1b736e7493ccd9600921b272 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 27 May 2021 16:35:49 +0900 Subject: [PATCH 4/4] Try to enable Windows with Ruby 3.0 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da36a91f9..5ed36dc19 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