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

Drop support for Julia <1.6 (LTS) #101

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Drop support for Julia <1.6 (LTS) #101

wants to merge 4 commits into from

Conversation

omus
Copy link
Member

@omus omus commented Apr 26, 2024

Updated the package to drop support for Julia version below 1.6. As Julia 1.6 is still currently the LTS we should at least still support that version. I don't require this change but it does make the code base easier to maintain.

@omus omus requested a review from mmiller-max April 26, 2024 15:19
@omus
Copy link
Member Author

omus commented Apr 26, 2024

CI failures will be addressed in #99

@oxinabox
Copy link
Member

I agree we have no need to maintain support for pre-1.6
with that said, it looks like the vast majority of the changes here are in code that is for activating the test enviroment.
We should instead just change to using TestEnv.jl for that.
(TestEnv was originally based on the code that is is in this package, and we were planning to switch this package over, but I am not sure we ever got around to it)

@mmiller-max
Copy link
Member

I made some progress on https://github.com/JuliaTesting/TestReports.jl/tree/mm/use-test-env but haven't found time to get it over the line unfortunately!

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.

3 participants