Skip to content

Commit

Permalink
Merge pull request #76 from mnemosyne-mon/f/ruby-33
Browse files Browse the repository at this point in the history
chore: Add Ruby 3.3 to CI
  • Loading branch information
jgraichen authored Feb 29, 2024
2 parents 234b07e + 0706ab8 commit cf42ef5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- "3.3"
- "3.2"
- "3.1"
- "3.0"
Expand Down Expand Up @@ -87,6 +88,8 @@ jobs:
spec: --tag probe:sidekiq
gemfile: gemfiles/sidekiq_70.gemfile
exclude:
- suite: rails-5.2
ruby: '3.3'
- suite: rails-5.2
ruby: '3.2'
- suite: rails-5.2
Expand Down

0 comments on commit cf42ef5

Please sign in to comment.