mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-08 05:55:42 +09:00
Merge branch 'update-111' into 'main'
Update to Julia v1.11 See merge request wotsubo/PSBoardDataBase!1406
This commit is contained in:
commit
a3ef9fa434
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue