Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Ruby versions for CI: drop 2.5 & add 3.1 #6159

Merged
merged 4 commits into from
Nov 13, 2022
Merged

Update Ruby versions for CI: drop 2.5 & add 3.1 #6159

merged 4 commits into from
Nov 13, 2022

Commits on Nov 8, 2022

  1. ci: drop ruby 2.5

    chenrui333 authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    c84e8d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Add 3.1

    lildude authored Nov 12, 2022
    Configuration menu
    Copy the full SHA
    cbf7162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7faaefe View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Implement case-insensitive glob pattern builder

    This is needed on  3.1 onwards as `FNM_CASEFOLD` is no longer honoured on 3.1 as of ruby/ruby#4583 which brings the `Dir.glob` behaviour inline with what the https://docs.ruby-lang.org/en/3.1/File/File/Constants.html#FNM_CASEFOLD have been saying for years.
    lildude authored Nov 13, 2022
    Configuration menu
    Copy the full SHA
    f8da4dd View commit details
    Browse the repository at this point in the history