Skip to content

Commit c457574

Browse files
committed
ci benchmark: use the latest Ruby
1 parent 34550ad commit c457574

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,21 @@ on:
66

77
jobs:
88
benchmark:
9-
name: "Benchmark: Ruby ${{ matrix.ruby-version }}: ${{ matrix.runs-on }}"
9+
name: "Benchmark: ${{ matrix.runs-on }}"
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
ruby-version:
14-
- 2.7
15-
- '3.0'
1613
runs-on:
1714
- macos-latest
1815
- ubuntu-latest
1916
- windows-latest
20-
exclude:
21-
- { runs-on: windows-latest , ruby-version: '3.0' }
2217
runs-on: ${{ matrix.runs-on }}
2318
timeout-minutes: 10
2419
steps:
2520
- uses: actions/checkout@v4
2621
- uses: ruby/setup-ruby@v1
2722
with:
28-
ruby-version: ${{ matrix.ruby-version }}
23+
ruby-version: ruby
2924
- name: Install dependencies
3025
run: |
3126
bundle install

0 commit comments

Comments
 (0)