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 broken test matrix and add ruby 3.2 and 3.3 #592

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

jrafanie
Copy link
Member

TEST_RAILS_VERSION wasn't set in ENV so matrix was broken

Rails 7.2 will not install in versions of ruby less than 3.1.

Because we weren't setting the ENV variable properly, the test matrix
was not correctly testing against the correct rails version and passing.

Add ruby 3.2 and 3.3 to the matrix

Rails 7.2 will not install in versions of ruby less than 3.1.

Because we weren't setting the ENV variable properly, the test matrix
was not correctly testing against the correct rails version and passing.
@Fryguy Fryguy merged commit 1a82f3e into ManageIQ:master Sep 24, 2024
13 checks passed
@Fryguy Fryguy self-assigned this Sep 24, 2024
@Fryguy Fryguy added the test label Sep 24, 2024
@jrafanie jrafanie deleted the fix_broken_test_matrix branch September 24, 2024 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants