Skip to content
Snippets Groups Projects
Commit 2f2ed1d4 authored by François  LAURENT's avatar François LAURENT
Browse files

julia 1.6 and 1.9 instead of 1.7

parent 2eea254b
No related branches found
No related tags found
1 merge request!1Fine-tuning
Pipeline #106380 failed
......@@ -16,8 +16,12 @@
c, t = get_summary(process_folder())
using Printf
@printf "Test coverage %.2f%%\n" 100c / t'
Julia 1.7:
image: julia:1.7
Julia 1.6:
image: julia:1.6
extends:
- .script
Julia 1.9:
image: julia:1.9
extends:
- .script
- .coverage
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