From cb613c3063aec223d671794f884f95fc76491427 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 24 Mar 2022 20:12:16 +0900 Subject: rename ruby-head to head --- .github/workflows/libyaml.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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 -- cgit v1.2.1