Skip to content

Commit

Permalink
Merge pull request #50 from petergoldstein/feature/add_ruby_3_1_and_3…
Browse files Browse the repository at this point in the history
…_2_to_ci

Adds Ruby 3.1 and 3.2 to the CI matrix.
  • Loading branch information
amatsuda authored Jan 17, 2023
2 parents c4340d2 + 24dd701 commit 79d9a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
matrix:
ruby: [ head, '3.0', '2.7', '2.6' ]
ruby: [ head, '3.2', '3.1', '3.0', '2.7', '2.6' ]
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 79d9a81

Please sign in to comment.