Skip to content

Commit

Permalink
Added all versions up to Ruby 3.4 to the CI matrix. (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <hermann.mayer92@gmail.com>
  • Loading branch information
Jack12816 authored Jan 30, 2025
1 parent a2b04d6 commit 961ed4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['2.7', '3.0']
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
rails: ['6.1', '7.1']
env:
BUNDLE_GEMFILE: 'gemfiles/rails_${{ matrix.rails }}.gemfile'
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### next

* TODO: Replace this bullet point with an actual description of a change.
* Added all versions up to Ruby 3.4 to the CI matrix (#12)

### 3.9.0 (23 January 2025)

Expand Down
3 changes: 3 additions & 0 deletions conversejs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.7'

spec.add_dependency 'bigdecimal', '~> 3.1'
spec.add_dependency 'drb', '~> 2.2'
spec.add_dependency 'mutex_m', '~> 0.3.0'
spec.add_dependency 'railties', '>= 6.1', '< 8.0'
spec.add_dependency 'zeitwerk', '~> 2.6'
end

0 comments on commit 961ed4b

Please sign in to comment.