Skip to content

Commit

Permalink
Changed benchmark target to Ruby latest (#236)
Browse files Browse the repository at this point in the history
Ruby 3.4 has been released, we will change our benchmark target to Ruby
latest(3.4).

Co-authored-by: Sutou Kouhei <[email protected]>
  • Loading branch information
naitoh and kou authored Jan 24, 2025
1 parent 107e273 commit f63c510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- '3.3'
- 'ruby'
runs-on:
- ubuntu-latest
runs-on: ${{ matrix.runs-on }}
Expand Down

0 comments on commit f63c510

Please sign in to comment.