summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-03-24 20:12:34 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-03-25 18:21:23 +0900
commita83f44f58add4cb8c1772a5bf2a0c82e09166f71 (patch)
treea03f72208b19c78a05e788a1a72dc7934f4ec7d5 /.github
parentcb613c3063aec223d671794f884f95fc76491427 (diff)
downloadpsych-a83f44f58add4cb8c1772a5bf2a0c82e09166f71.tar.gz
Use head version on macos and windows
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml2
-rw-r--r--.github/workflows/windows.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 051888b..edf95d1 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- ruby: [ 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:
- uses: actions/checkout@v3
- name: Install libraries
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 779fd47..a0220fe 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- ruby: [ mingw, mswin, 3.1, "3.0", 2.7, 2.6, 2.5, 2.4 ]
+ ruby: [ mingw, mswin, head, 3.1, "3.0", 2.7, 2.6, 2.5, 2.4 ]
steps:
- uses: actions/checkout@v3
- name: Install libraries with vcpkg