Skip to content

Commit

Permalink
ci: add ruby 3.2 to test matrix (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
bentranter committed Jul 6, 2023
1 parent 33fda84 commit eb4a3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest, macos-latest ]
ruby: [ 2.5, 2.6, 2.7, "3.0", 3.1 ] # "x.0" to workaround: https://github.com/ruby/setup-ruby/issues/252
ruby: [ 2.5, 2.6, 2.7, "3.0", 3.1, 3.2 ] # "x.0" to workaround: https://github.com/ruby/setup-ruby/issues/252
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit eb4a3de

Please sign in to comment.