File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,15 +11,11 @@ jobs:
1111 os : ubuntu-24.04
1212 valgrind : true
1313 - ruby : 3.4
14- os : ubuntu-24.04
15- - ruby : 3.3
1614 os : macos-26
17- - ruby : 3.2
18- os : ubuntu-22.04
19- - ruby : 3.1
15+ - ruby : 3.3
2016 os : macos-15-intel
2117 steps :
22- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
2319 - uses : ruby/setup-ruby@v1
2420 with :
2521 ruby-version : ${{ matrix.ruby }}
Original file line number Diff line number Diff line change 1+ ## 0.18.0 (unreleased)
2+
3+ - Dropped support for Ruby < 3.3
4+
15## 0.17.1 (2026-02-19)
26
37- Fixed error with Rice 4.11
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414 spec . require_path = "lib"
1515 spec . extensions = [ "ext/or-tools/extconf.rb" ]
1616
17- spec . required_ruby_version = ">= 3.1 "
17+ spec . required_ruby_version = ">= 3.3 "
1818
1919 spec . add_dependency "rice" , ">= 4.8"
2020end
You can’t perform that action at this time.
0 commit comments