Skip to content

Commit

Permalink
Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lvonk committed Sep 4, 2024
1 parent e55e8d5 commit b1d17e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
strategy:
matrix:
include:
- ruby-version: 3.3
gemfile: 'ar_7_1'
- ruby-version: 3.2
gemfile: 'ar_7_1'
- ruby-version: 3.2
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.5
2 changes: 1 addition & 1 deletion sequent.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require_relative 'lib/version'

Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 2.7'
s.required_ruby_version = '>= 3.0'
s.name = 'sequent'
s.version = Sequent::VERSION
s.summary = 'Event sourcing framework for Ruby'
Expand Down

0 comments on commit b1d17e3

Please sign in to comment.