Skip to content

Commit

Permalink
Turn on yjit for Ruby 3.2 in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Jan 3, 2023
1 parent 68ac038 commit 41367b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos]
ruby: ['3.1', head]
ruby: ['3.1', '3.2', head]
runs-on: ${{ matrix.os }}-latest
continue-on-error: true
steps:
Expand Down

0 comments on commit 41367b0

Please sign in to comment.