summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-03-24 20:12:16 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-03-25 18:21:23 +0900
commitcb613c3063aec223d671794f884f95fc76491427 (patch)
tree1032a72f91d0635dc1bd745d7b1f1de6bb6fc824 /.github
parent861d710785bbe32e02fe95cc228beece3ca115ef (diff)
downloadpsych-cb613c3063aec223d671794f884f95fc76491427.tar.gz
rename ruby-head to head
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/libyaml.yml2
-rw-r--r--.github/workflows/ubuntu.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/libyaml.yml b/.github/workflows/libyaml.yml
index 64c868f..10c1eb6 100644
--- a/.github/workflows/libyaml.yml
+++ b/.github/workflows/libyaml.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- ruby: [ ruby-head, 3.1, "3.0", 2.7, 2.6, 2.5, 2.4 ]
+ ruby: [ head, 3.1, "3.0", 2.7, 2.6, 2.5, 2.4 ]
libyaml: [0.1.7, 0.2.5]
steps:
- name: Install libraries
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 237a999..879ffff 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.1, "3.0", 2.7, 2.6, 2.5, 2.4 ]
+ ruby: [ head, 3.1, "3.0", 2.7, 2.6, 2.5, 2.4 ]
steps:
- name: Install libraries
run: sudo apt install haveged libyaml-dev