File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,16 @@ jobs:
24
24
matrix :
25
25
julia-version :
26
26
- ' 1.6'
27
- - ' 1.9'
28
- - ' ~ 1.10.0-0 '
27
+ - ' 1.9' # to be removed in the near future
28
+ - ' 1.10'
29
29
- ' nightly'
30
30
os :
31
31
- ubuntu-latest
32
32
include :
33
33
# Add a few windows and macOS jobs (not too many, the number we can run in parallel is limited)
34
- - julia-version : ' 1.9 '
34
+ - julia-version : ' 1.10 '
35
35
os : macOS-latest
36
- - julia-version : ' 1.9 '
36
+ - julia-version : ' 1.10 '
37
37
os : windows-latest
38
38
39
39
steps :
75
75
python-version : ' 3.x' # Version range or exact version of a Python version to use, using SemVer
76
76
- uses : julia-actions/setup-julia@v1
77
77
with :
78
- version : ' 1.9 '
78
+ version : ' 1.10 '
79
79
- uses : julia-actions/cache@v1
80
80
- uses : julia-actions/julia-buildpkg@v1
81
81
- uses : julia-actions/julia-docdeploy@v1
Original file line number Diff line number Diff line change 22
22
fail-fast : false
23
23
matrix :
24
24
julia-version :
25
- - 1.9
25
+ - 1.10
26
26
julia-arch :
27
27
- x64
28
28
os :
62
62
fail-fast : false
63
63
matrix :
64
64
julia-version :
65
- - 1.9
65
+ - 1.10
66
66
julia-arch :
67
67
- x64
68
68
os :
Original file line number Diff line number Diff line change 25
25
- name : " Set up Julia"
26
26
uses : julia-actions/setup-julia@v1
27
27
with :
28
- version : ' ~1.9.0-0 '
28
+ version : ' 1.10 '
29
29
- name : OscarDevTools - CI
30
30
if : github.repository == 'oscar-system/OscarDevTools.jl'
31
31
run : |
Original file line number Diff line number Diff line change @@ -304,11 +304,11 @@ else
304
304
end
305
305
306
306
# Run the doctests
307
- if v " 1.9.0 " <= VERSION < v " 1.10.0 -"
308
- @info " Running doctests (Julia version is 1.9 )"
307
+ if v " 1.10- " <= VERSION < v " 1.11 -"
308
+ @info " Running doctests (Julia version is 1.10 )"
309
309
DocMeta. setdocmeta! (Hecke, :DocTestSetup , :(using Hecke); recursive = true )
310
310
doctest (Hecke)
311
311
else
312
- @info " Not running doctests (Julia version must be 1.9 )"
312
+ @info " Not running doctests (Julia version must be 1.10 )"
313
313
end
314
314
end
You can’t perform that action at this time.
0 commit comments