Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Jan 28, 2024
1 parent 33f8cf8 commit c89906a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.1', '3.0', '2.7' ]
ruby: [ '3.2', '3.1', '3.0', '2.7' ]
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: windows-latest
ruby: '3.1'
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit c89906a

Please sign in to comment.