blueprinter icon indicating copy to clipboard operation
blueprinter copied to clipboard

Ruby version support?

Open olleolleolle opened this issue 4 years ago • 1 comments

Would it be time to update the CI matrix to in-support Ruby versions?

(Current status: Ruby 2.5 is EOL.)

olleolleolle avatar Aug 10 '21 13:08 olleolleolle

bold claim: people running on Ruby <= 2.4 still use AMS instead of Blueprinter since Blueprinter isn't around since that long.

I.e. we could drop:

  • 2.2
  • 2.3
  • 2.4

and add:

  • 2.6
  • 2.7
  • 3.0

Also, if we perform the benchmark for each Ruby version, the boolean flag for this can be removed, i.e. we can greatly simplify the CI script by using a test matrix (see the docs: https://circleci.com/blog/circleci-matrix-jobs/).

... bundle install could also be cached... ^^

swiknaba avatar Nov 03 '21 00:11 swiknaba

This is being addressed in #307. We are switching to GitHub Actions and moving to maintained ruby versions. 2.7 will be handled separately for known legacy application.

jmeridth avatar Jul 21 '23 15:07 jmeridth

New 0.26.0 version has been released that is 2.7+

jmeridth avatar Sep 19 '23 20:09 jmeridth