aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-04-15 15:43:13 +0900
committerGitHub <noreply@github.com>2022-04-15 15:43:13 +0900
commit1588686495325460fefeb827cb3b92499b9a7eef (patch)
tree0738854c822004442e44c3ec4b0e741c92a553d5 /.github
parentcbfb9e36911edcb0ec9f4da2375df4ccbeb0c7fa (diff)
parentf2d072cad5047bb2a6554e246909c6f60bfec1ba (diff)
downloadruby-openssl-1588686495325460fefeb827cb3b92499b9a7eef.tar.gz
Merge pull request #505 from ruby/update-actions
Update actions at 2022/3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index de8360b0..d377ed71 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -11,10 +11,10 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
- ruby: [ head, "3.0", "2.7", "2.6" ]
+ ruby: [ head, "3.1", "3.0", "2.7", "2.6" ]
steps:
- name: repo checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: load ruby
uses: ruby/setup-ruby@v1
@@ -38,10 +38,10 @@ jobs:
fail-fast: false
matrix:
os: [ windows-latest ]
- ruby: [ mswin, mingw, "3.0", "2.7", "2.6" ]
+ ruby: [ mswin, mingw, "3.1", "3.0", "2.7", "2.6" ]
steps:
- name: repo checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: load ruby, install/update gcc, install openssl
uses: MSP-Greg/setup-ruby-pkgs@v1