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

Loosen restriction on Delayed Job version in MR tests #644

Merged
merged 1 commit into from
Dec 21, 2020

Conversation

imjoehaines
Copy link
Contributor

Goal

Our DelayedJob MR tests currently check for a specific version of DelayedJob but have no restrictions on which version is installed. Version 4.1.9 released recently and our tests now pick up that version, but we're still checking for the old version number

This PR changes the version test to use a regex instead, so DelayedJob releases don't break things spuriously

@imjoehaines imjoehaines merged commit 6148169 into next Dec 21, 2020
@imjoehaines imjoehaines deleted the fix-delayed-job-tests branch December 21, 2020 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants