Closed seanpdoyle closed 3 weeks ago
Thanks @seanpdoyle. It seems that 2.X tests are still failing.
@jorgemanrubia I've restored CI to pass for ruby@2.6.x
through ruby@3.3.x
.
There's a few 2.x specific conditionals, but they can be removed once the final minor release supporting 2.x is cut.
Closes #681
First, remove
ruby@3.0
syntax including...
arguments and end-less method definitions.Next, add
ruby@2.6
andruby@2.7
to the CI matrix along withrails@7.1
.