Skip to content

Commit 2736e07

Browse files
authored
Using latest version from each minor release (#4)
1 parent ef18e95 commit 2736e07

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby-version: ['3.1.7', '3.2.7', '3.3.7', '3.4.3']
16+
ruby-version: ['3.1', '3.2', '3.3', '3.4', 'head']
1717

1818
steps:
1919
- uses: actions/checkout@v4
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Ruby
4040
uses: ruby/setup-ruby@v1
4141
with:
42-
ruby-version: '3.4.2'
42+
ruby-version: 'head'
4343
bundler-cache: true
4444

4545
- name: Check code formatting

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ group :development do
1010
end
1111

1212
group :test do
13+
gem "benchmark"
1314
gem "csv"
1415
gem "rspec"
1516
gem "rubocop"

0 commit comments

Comments
 (0)