Skip to content

Commit f63c510

Browse files
naitohkou
andauthored
Changed benchmark target to Ruby latest (#236)
Ruby 3.4 has been released, we will change our benchmark target to Ruby latest(3.4). Co-authored-by: Sutou Kouhei <[email protected]>
1 parent 107e273 commit f63c510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ruby-version:
14-
- '3.3'
14+
- 'ruby'
1515
runs-on:
1616
- ubuntu-latest
1717
runs-on: ${{ matrix.runs-on }}

0 commit comments

Comments
 (0)