Closed Pontus4 closed 5 months ago
Runs CI on the most recent patch versions of Ruby 3.1, 3.2 and 3.3.
I also updated the Ruby version in .ruby-version
.ruby-version
As a consequence, I had to update the rubocop versions. More details can be found in 2cc899bdfdcaf05515d4ac14a265dcb0d28c5a83.
rubocop
Pretty cool that the patch versions stayed the same! 😄
Amazing 😂
...but why care about patch versions? You can just say 3.2 (https://github.com/ruby/setup-ruby?tab=readme-ov-file#supported-version-syntax)
3.2
...but why care about patch versions? You can just say 3.2
That's a good point. Changed in 863b46e 👍
Runs CI on the most recent patch versions of Ruby 3.1, 3.2 and 3.3.
I also updated the Ruby version in
.ruby-version
As a consequence, I had to update the
rubocop
versions. More details can be found in 2cc899bdfdcaf05515d4ac14a265dcb0d28c5a83.