From f8f581e3946cc7b64e14140c2382597d4c6c4b2b Mon Sep 17 00:00:00 2001 From: Wataru Otsubo Date: Wed, 23 Oct 2024 19:55:12 +0900 Subject: [PATCH] update(CI): to julia v1.11 --- .gitlab-ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index daf689c..00760ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,8 +32,13 @@ Julia 1.10: extends: - .script - .coverage +Julia 1.11: + image: julia:1.11 + extends: + - .script + - .coverage pages: - image: julia:1.10 + image: julia:1.11 stage: deploy script: - | @@ -54,7 +59,7 @@ pages: only: - main 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 only: - schedules