BenchmarkCI.jl
BenchmarkCI.jl copied to clipboard
Bump `SetField` compat
I've noticed on a project that myself and @seabbs are benchmarking with BenchmarkCI https://github.com/CDCgov/Rt-without-renewal/tree/main/benchmark that I can't add OrdinaryDiffEq because of incompatibility between SetField version used here and the compat requirements of DiffEqBase.
This PR:
- Bumps the
SetFieldcompat requirements forBenchmarkCI. - updates
CompatHelperCI to get version3rather than2 - updates the test suite to
[1, 1.10, nightly]to reflect thatjulia-1.10is the new LTS version.