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
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
24
+
actions: write
25
+
contents: read
14
26
strategy:
15
27
fail-fast: false
16
28
matrix:
17
29
version:
18
-
- '1.10'# Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
19
-
- '1'# Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
0 commit comments