Skip to content

Commit

Permalink
Merge pull request ruby#505 from ruby/update-actions
Browse files Browse the repository at this point in the history
Update actions at 2022/3
  • Loading branch information
hsbt authored Apr 15, 2022
2 parents cbfb9e3 + f2d072c commit 1588686
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1588686

Please sign in to comment.