Fix Ruby versions exclusion in workflow by smasato · Pull Request #82 · ruby/actions
Problem When setting min_version: 3.3 in the workflow, Ruby 3.2 was still included in the versions list when it should have been excluded. The issue was caused by a floating point precision problem...