JuliaCI / PkgTemplates.jl

Create new Julia packages, the easy way
https://juliaci.github.io/PkgTemplates.jl
MIT License
640 stars 101 forks source link

Switch default julia compat to 1.6.7 #454

Closed gdalle closed 9 months ago

gdalle commented 10 months ago

Most interesting changes:

I still need advice on how to modify the interactive tests. For now we can only pick a 1.x.0, and it would be nice to have a default 1.6.7, right?

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (382b290) 94.33% compared to head (091802f) 94.33%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #454 +/- ## ======================================= Coverage 94.33% 94.33% ======================================= Files 24 24 Lines 742 742 ======================================= Hits 700 700 Misses 42 42 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

gdalle commented 9 months ago

This one is good to go. I haven't checked why the order of Julia versions changes in CI files, but if it's a problem I can fix it

gdalle commented 9 months ago

I am fine with this, though rumour has it 1.10 is being considered for new LTS

It probably won't be 1.10.0 though. And we have no timeline on this (probably close to 1.11 release). So this change still makes sense in the meantime