Skip to content
Snippets Groups Projects
Verified Commit 791cce3f authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Remove Julia 1.6, add Julia 1.10 to CI

parent c34a5a85
No related branches found
No related tags found
No related merge requests found
......@@ -34,13 +34,6 @@ before_script:
using Printf
@printf "Test coverage %.2f%%\n" 100c / t'
Julia 1.6:
image: docker.km3net.de/base/julia:1.6
stage: test
extends:
- .script
- .coverage
Julia 1.8:
image: docker.km3net.de/base/julia:1.8
stage: test
......@@ -55,6 +48,12 @@ Julia 1.9:
- .script
- .coverage
Julia 1.10:
image: docker.km3net.de/base/julia:1.10
stage: test
extends:
- .script
- .coverage
docs:
image: docker.km3net.de/base/julia:1.9-tex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment