JuliaLang / PackageCompiler.jl

Compile your Julia Package
https://julialang.github.io/PackageCompiler.jl/dev/
MIT License
1.4k stars 186 forks source link

Add tests for 1.9, 1.10-nightly #860

Closed sloede closed 9 months ago

sloede commented 9 months ago

Currently we test on the follow Julia versions:

I propose to change 1.9-nightly to 1.9 and add a 1.10-nightly. This way, we test the stable versions with significant changes, plus the upcoming release, plus nightly.

Additionally, I am not sure about the rationale for nightly: They always fail and nobody here in the PC.jl community has the capacity to do anything about it. Is still useful then to burn those CI hours (because it might be used by others) or should we just disable it?

Any thoughts @KristofferC @staticfloat?