JuliaLang / Compat.jl

Compatibility across Julia versions
Other
144 stars 117 forks source link

Run CI against Julia 1.0 #743

Closed omus closed 3 years ago

omus commented 3 years ago

Using 1.0 in YAML gets automatically converted to 1 which results in the latest version of Julia 1 being run and not the latest version of 1.0. I quoted the other Julia version numbers just to be consistent.

Introduced in #739

omus commented 3 years ago

FYI: @timholy

codecov-commenter commented 3 years ago

Codecov Report

Merging #743 (3cb5be5) into master (13757f5) will increase coverage by 4.83%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #743      +/-   ##
==========================================
+ Coverage   75.38%   80.21%   +4.83%     
==========================================
  Files           4        4              
  Lines         455      455              
==========================================
+ Hits          343      365      +22     
+ Misses        112       90      -22     
Impacted Files Coverage Δ
src/Compat.jl 80.15% <0.00%> (+5.59%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 13757f5...3cb5be5. Read the comment docs.

omus commented 3 years ago

🎉 Luckily none of the Compat additions since we switched to GHA broke Julia 1.0 support