summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-10 18:59:49 +0900
committerGitHub <noreply@github.com>2021-05-10 18:59:49 +0900
commitef8bb17f2572792b6ae8e797417bdfa57f7af41e (patch)
tree99c19223f732df413756d1e00dc043bb5f3ba785
parent95121fbfdbe512e2fefe81e86d89f5029d510ee1 (diff)
parent9ca60a107d9538017360ac342a9ef7e0ca4ac23b (diff)
downloadpsych-ef8bb17f2572792b6ae8e797417bdfa57f7af41e.zip
Merge pull request #486 from ruby/avoid-yaml-float-conversion
CI - YAML: Avoid 3.0 -> "3" conversion
-rw-r--r--.github/workflows/macos.yml2
-rw-r--r--.github/workflows/ubuntu.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 14c0f23..60a4c0b 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- ruby: [ 3.0, 2.7, 2.6, 2.5, 2.4 ]
+ ruby: [ "3.0", 2.7, 2.6, 2.5, 2.4 ]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 1cd0200..b18ffc1 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- ruby: [ ruby-head, 3.0, 2.7, 2.6, 2.5, 2.4 ]
+ ruby: [ ruby-head, "3.0", 2.7, 2.6, 2.5, 2.4 ]
steps:
- name: Install libraries
run: sudo apt install haveged