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

Ensure we don't break weakdeps #462

Merged
merged 3 commits into from
May 22, 2024
Merged

Ensure we don't break weakdeps #462

merged 3 commits into from
May 22, 2024

Conversation

omus
Copy link
Member

@omus omus commented May 22, 2024

None of the CI checks currently in place ensure that we maintain compatibility for older versions of Julia for [weakdeps]. This adds a new GHA job to ensure these problems are caught before they make it into a release.

This should prevent this mistake from happening again: #459 (comment)

@omus
Copy link
Member Author

omus commented May 22, 2024

Appears that I need to use Pkg.add and cannot use Pkg.develop in order to catch this failure

@omus
Copy link
Member Author

omus commented May 22, 2024

Example of the job reproducing the failure: https://github.com/JuliaTime/TimeZones.jl/actions/runs/9184914310/job/25258000384

@omus
Copy link
Member Author

omus commented May 22, 2024

Looks like this check is working

@omus omus merged commit ac06a91 into master May 22, 2024
16 checks passed
@omus omus deleted the cv/weakdeps-self-check branch May 22, 2024 11:07
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.

1 participant