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 14, 2024
1 parent 63eb2f6 commit 57f1b91
Showing 1 changed file with 2 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
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.3"]
gemfile: [sidekiq_6, sidekiq_7, sidekiq_head]
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit 57f1b91

Please sign in to comment.