summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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