JuliaCI / PkgEval.jl

Keeping tabs on the julia ecosystem
Other
28 stars 18 forks source link

Explicitly test the latest version of each package #209

Closed maleadt closed 1 year ago

maleadt commented 1 year ago

Ideal would be looking up which version is compatible for the different Julia builds we're using, but this is much simpler. It ensures we always test the same code on each Julia version.

Fixes https://github.com/JuliaCI/PkgEval.jl/issues/208