Julia 0.7/1.0 testing
s-celles opened this issue · 3 comments
s-celles commented
Hello,
I wonder if someone ever tried to port this library to Julia 0.7/1.0
I did #67 expecting to trigger FemtoCleaner but it doesn't seem to be the case.
I wonder if it was installed.
Kind regards
scls19fr commented
Maybe
Lines 6 to 8 in 1cebe34
should be updated to:
julia:
- 0.6
- 0.7
- 1.0
- nightly
matrix:
allow_failures:
- julia: nightly
but I also wonder if you should still support Julia 0.6?
carlobaldassi commented
I wonder if someone ever tried to port this library to Julia 0.7/1.0
I have now fixed the CI testing framework, however the package was already working on 0.7/1.0 with the latest released version 0.6.0 (or at least it's supposed to).
scls19fr commented
Thanks @carlobaldassi