Skip to content

Commit

Permalink
remove ruby minor version from CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ishigo974 committed Nov 15, 2023
1 parent 483525e commit fc7c1dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

strategy:
matrix:
ruby-version: ['2.3.0', '2.2', '2.1']
ruby-version: ['2.3', '2.2', '2.1']

steps:
- name: Set Share Env
Expand All @@ -53,4 +53,4 @@ jobs:
- name: Install dependencies
run: bundle install
- name: Run benchmarks
run: bundle exec rake
run: bundle exec rake

0 comments on commit fc7c1dd

Please sign in to comment.