Skip to content

Commit

Permalink
Test against ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fatkodima committed Jan 23, 2024
1 parent 6395f04 commit 152c760
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.0
ruby-version: 3.3
bundler-cache: true
- run: bundle exec rubocop

Expand All @@ -24,7 +24,7 @@ jobs:
- 6379:6379
strategy:
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2"]
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
gemfile: [sidekiq_6, sidekiq_7, sidekiq_head]
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ gem "rubocop-minitest", "~> 0.22"
gem "sqlite3", "~> 1.5"
gem "activerecord", "~> 7.0"

# Will be removed from stdlib in ruby 3.4.
gem "csv"

if defined?(@sidekiq_requirement)
gem "sidekiq", @sidekiq_requirement
else
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ GEM
bigdecimal (3.1.6)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
csv (3.2.6)
drb (2.2.0)
ruby2_keywords
i18n (1.14.1)
Expand Down Expand Up @@ -87,6 +88,7 @@ PLATFORMS

DEPENDENCIES
activerecord (~> 7.0)
csv
minitest (~> 5.16)
rake (~> 12.0)
rubocop (< 2)
Expand Down

0 comments on commit 152c760

Please sign in to comment.