summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenta Murata <mrkn@mrkn.jp>2020-12-28 12:30:06 +0900
committerKenta Murata <mrkn@mrkn.jp>2020-12-28 12:30:06 +0900
commit949cdaa6006eb4f95d3870071025d3bf35e525f9 (patch)
treeddabca3d902191b54fd270b14e7cedc256b35741
parent3b13e75b11f3790f16149a21461767b67dece9f0 (diff)
downloadjson-949cdaa6006eb4f95d3870071025d3bf35e525f9.tar.gz
CI: Specify the version 3.0 as a String
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2215eb1..c278a1c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
- macos-10.15
- windows-latest
ruby:
- - 3.0
+ - '3.0'
- 2.7
- 2.6
- 2.5
@@ -32,7 +32,7 @@ jobs:
- { 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: '3.0' }
- { os: windows-latest , ruby: debug }
steps: