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

Add Ruby 3.3 to the CI test matrix #55

Merged
merged 2 commits into from
Jun 15, 2024
Merged

Add Ruby 3.3 to the CI test matrix #55

merged 2 commits into from
Jun 15, 2024

Conversation

smortex
Copy link
Member

@smortex smortex commented Jun 15, 2024

Ruby 3.3 is available and some systems will ship with it soon, so make
sure the test suite is run with this version of Ruby so that we can spot
issues before they hit everyone.

smortex added 2 commits June 14, 2024 17:51
Ruby 3.3 is available and some systems will ship with it soon, so make
sure the test suite is run with this version of Ruby so that we can spot
issues before they hit everyone.
They are basically in two categories:
  1. Variables with name ending with digits.  This is generaly not a
     good idea but in the test suite we want to send messages in order
     and numbering them help, so silence the related offences;
  2. Test that do not explicitly run expectations.  Some run a function
     that had the expectation, so this was refactored to remove the
     extra layer that caused rubocop confusion; other just made sure
     that to expection was raised, but did not explicitly tested for it,
     so explicitly state that we expect no exception.
@smortex smortex added the skip-changelog Excluded from CHANGELOG label Jun 15, 2024
Copy link
Member

@jamtur01 jamtur01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jamtur01 jamtur01 merged commit 757b496 into main Jun 15, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Excluded from CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants