Skip to content

Commit

Permalink
Merge pull request #458 from hanneskaeufler/hk-ruby-3.2
Browse files Browse the repository at this point in the history
Add ruby 3.2 to test matrix
  • Loading branch information
hsbt committed Dec 30, 2022
2 parents 54a7a3f + bb8c108 commit 821e061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
ruby: [ 3.1, '3.0', 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, jruby, jruby-head, truffleruby, ruby-head ]
ruby: [ 3.2, 3.1, '3.0', 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, jruby, jruby-head, truffleruby, ruby-head ]
exclude:
- os: windows-latest
ruby: truffleruby
Expand All @@ -21,7 +21,7 @@ jobs:
ruby: jruby
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
- uses: ruby/setup-ruby@03b78bdda287ae04217ee12e4b64996630a03542 # v1.131.0
- uses: ruby/setup-ruby@09c10210cc6e998d842ce8433cd9d245933cd797 # v1.133.0
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
Expand Down

0 comments on commit 821e061

Please sign in to comment.