Skip to content

Conversation

@seanpdoyle
Copy link
Contributor

Follow-up to #761 and 883a19e

The changes introduced in #761 were passing for all Ruby and Rails version combinations with the exception of ruby@3.1 and rails@7.1. Following that commit's merging, the change in 883a19e removed support for ruby@3.1 and replaced it with ruby@3.2.

However, that version still fails in the same way that its preceding commit fails.

This commit guards the assertion so that it is skipped for any ruby@3.2 entry in the CI matrix. Rather than resolve the issue, this commit aims to restore a green suite for other commits to be merged into. We can resolve the underlying issue in the future, or wait until March of 2026 when Ruby 3.2 becomes EOL.

Follow-up to [#761][] and [883a19e][]

The changes introduced in #761 were passing for all Ruby and Rails
version combinations with the exception of `ruby@3.1` and `rails@7.1`.
Following that commit's merging, the change in [883a19e][] removed
support for `ruby@3.1` and replaced it with `ruby@3.2`.

However, that version still fails in the same way that its preceding
commit fails.

This commit guards the assertion so that it is skipped for any
`ruby@3.2` entry in the CI matrix. Rather than resolve the issue, this
commit aims to restore a green suite for other commits to be merged
into. We can resolve the underlying issue in the future, or wait until
[March of 2026 when Ruby 3.2 becomes EOL][eol].

[#761]: #761
[883a19e]: 883a19e
[eol]: https://www.ruby-lang.org/en/downloads/branches/
@seanpdoyle seanpdoyle merged commit c9c7599 into main Nov 21, 2025
10 checks passed
@seanpdoyle seanpdoyle deleted the pass-ci branch November 21, 2025 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants