You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interesting parts would be to update to julia-actions/setup-julia@v2, actions/checkout@v4 and julia-actions/cache@v2. The v2 of cache speeds up the testing but requires this addition in the yml file:
runs-on: ${{ matrix.os }} # new part just after this line:permissions: # needed for julia-actions/cache delete old caches that it has createdactions: writecontents: read
With v2 of setup-julia you can execute the tests on:
I tagged you somewhere with the same comment, but I'm raising an issue here for posterity.
Might be worth it to update the
test.yml
file inControlSystem.jl
. See https://discourse.julialang.org/t/with-julia-actions-setup-julia-you-can-now-specify-lts-and-pre-named-versions/The interesting parts would be to update to
julia-actions/setup-julia@v2
,actions/checkout@v4
andjulia-actions/cache@v2
. The v2 of cache speeds up the testing but requires this addition in the yml file:With v2 of
setup-julia
you can execute the tests on:IMO it covers large enough to see major issues for Julia version incompatibilities.
The text was updated successfully, but these errors were encountered: