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

Update CI julia versions #244

Closed
wants to merge 2 commits into from
Closed

Update CI julia versions #244

wants to merge 2 commits into from

Conversation

prbzrg
Copy link

@prbzrg prbzrg commented Oct 30, 2023

This reveals the problem in #242

Comment on lines 26 to 32
- '1.6'
# - '1.7'
# - '1.8'
# - '1.9'
- '1'
- '~1.10.0-0'
# - 'nightly'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO we should test the stable Julia version (1.9 currently, 1 in CI), the latest LTS (1.6), and the oldest supported version ('1.0') to avoid accidentally breaking anything.

We could add nightly but I assume it would be quite noisy - nightly tends to break things quite often (in particular when relying on internals such as LinearAlgebra here) but most of these broken nightlies won't result in a broken stable release in my experience.

@devmotion
Copy link
Member

Is the main motivation for this PR the issue in #242? I guess we don't need to run CI to reproduce it, maybe rather add a MWE in #242?

@prbzrg
Copy link
Author

prbzrg commented Oct 30, 2023

Yes, I want to reproduce it and also keep it open until the problem get fixed. So we can rerun the CI.

@prbzrg
Copy link
Author

prbzrg commented Oct 30, 2023

I checked it locally and CI is failing on Julia 1.10

@prbzrg
Copy link
Author

prbzrg commented Oct 30, 2023

this line:

testcat(vcat, (n, v), TrackedVector)

@prbzrg prbzrg closed this Oct 30, 2023
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