update(CI): to julia v1.11

This commit is contained in:
Wataru Otsubo 2024-10-23 19:55:12 +09:00
parent c09d680851
commit f8f581e394

View file

@ -32,8 +32,13 @@ Julia 1.10:
extends: extends:
- .script - .script
- .coverage - .coverage
Julia 1.11:
image: julia:1.11
extends:
- .script
- .coverage
pages: pages:
image: julia:1.10 image: julia:1.11
stage: deploy stage: deploy
script: script:
- | - |
@ -54,7 +59,7 @@ pages:
only: only:
- main - main
CompatHelper: CompatHelper:
image: julia:1.10 # Set to the Julia version you want to use image: julia:1.11 # Set to the Julia version you want to use
stage: test # You can place this in any stage that makes sense for your setup stage: test # You can place this in any stage that makes sense for your setup
only: only:
- schedules - schedules