summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-03-24 20:11:57 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-03-25 18:21:22 +0900
commit861d710785bbe32e02fe95cc228beece3ca115ef (patch)
tree7a477273b4a817159d2100990dbfbede76fec2bf /.github
parent9a3bf537d987273c6f321e0db099eee23a0e3fa5 (diff)
downloadpsych-861d710785bbe32e02fe95cc228beece3ca115ef.tar.gz
Added 3.1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/libyaml.yml2
-rw-r--r--.github/workflows/macos.yml2
-rw-r--r--.github/workflows/ubuntu.yml2
-rw-r--r--.github/workflows/windows.yml2
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/libyaml.yml b/.github/workflows/libyaml.yml
index 17c3133..64c868f 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.0", 2.7, 2.6, 2.5, 2.4 ]
+ ruby: [ 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/macos.yml b/.github/workflows/macos.yml
index af92fa9..051888b 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.1, "3.0", 2.7, 2.6, 2.5, 2.4 ]
steps:
- uses: actions/checkout@v3
- name: Install libraries
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 44e9be7..237a999 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.1, "3.0", 2.7, 2.6, 2.5, 2.4 ]
steps:
- name: Install libraries
run: sudo apt install haveged libyaml-dev
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index f3039d2..779fd47 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.0", 2.7, 2.6, 2.5, 2.4 ]
+ ruby: [ mingw, mswin, 3.1, "3.0", 2.7, 2.6, 2.5, 2.4 ]
steps:
- uses: actions/checkout@v3
- name: Install libraries with vcpkg