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 Fix logic to allow unit tests to pass #108

Merged

Conversation

GuySartorelli
Copy link
Member

@GuySartorelli GuySartorelli commented Sep 12, 2024

Fixes https://github.com/silverstripe/gha-generate-matrix/actions/runs/10804283992

The unit test started failing because we added 5.3 as a minor version in silverstripe/supported-modules@32a718e but the unit tests dummy branches only go up to 5.2

I considered adding 5.3 and 5.4 to the dummy branches list, but we'd have the same problem again when we hit 6.1... no matter which dummy branches we add we'll eventually hit this problem again.

Instead, I've updated the logic to allow for missing branches, so it uses the most recent existing minor branch for a given major release line.

Issue

@emteknetnz emteknetnz merged commit cc90b44 into silverstripe:1.15 Sep 12, 2024
2 checks passed
@emteknetnz emteknetnz deleted the pulls/1.15/fix-unit-test branch September 12, 2024 05:24
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