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

Fix CI failures by running Ruby <= 2.2 on older Ubuntu image #516

Merged
merged 3 commits into from
Jul 1, 2023

Commits on Jul 1, 2023

  1. Fix CI failures by running Ruby <= 2.2 on older Ubuntu image

    Old versions of Ruby (<= 2.2) no longer work on the latest Ubuntu image.
    
    Fix by using `ubuntu-20.04` instead of `ubuntu-latest` for old Rubies.
    
    Also create a roll-up job called `test-all` that collects the results of
    `test` and `test-legacy` jobs into a single check that we can use for
    the branch protection rule.
    mattbrictson committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    19448a9 View commit details
    Browse the repository at this point in the history
  2. Prettier

    mattbrictson committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    74cf2bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a68f6d5 View commit details
    Browse the repository at this point in the history