Skip to content

Commit 1588686

Browse files
authored
Merge pull request ruby#505 from ruby/update-actions
Update actions at 2022/3
2 parents cbfb9e3 + f2d072c commit 1588686

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ ubuntu-latest, macos-latest ]
14-
ruby: [ head, "3.0", "2.7", "2.6" ]
14+
ruby: [ head, "3.1", "3.0", "2.7", "2.6" ]
1515
steps:
1616
- name: repo checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818

1919
- name: load ruby
2020
uses: ruby/setup-ruby@v1
@@ -38,10 +38,10 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
os: [ windows-latest ]
41-
ruby: [ mswin, mingw, "3.0", "2.7", "2.6" ]
41+
ruby: [ mswin, mingw, "3.1", "3.0", "2.7", "2.6" ]
4242
steps:
4343
- name: repo checkout
44-
uses: actions/checkout@v2
44+
uses: actions/checkout@v3
4545

4646
- name: load ruby, install/update gcc, install openssl
4747
uses: MSP-Greg/setup-ruby-pkgs@v1

0 commit comments

Comments
 (0)