Skip to content

Commit

Permalink
we've got julia 1.9 nowadays
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Dec 5, 2023
1 parent 717e6ab commit 89b4468
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ variables:
before_script:
- docker login -u $CI_USER_NAME -p $GITLAB_ACCESS_TOKEN $CI_REGISTRY

.global_julia18: &global_julia18
.global_julia19: &global_julia19
variables:
JULIA_VER: "v1.8.3"
JULIA_VER: "v1.9.4"

.global_julia16: &global_julia16
variables:
Expand Down Expand Up @@ -139,7 +139,7 @@ linux:julia1.8:
tags:
- slave01
<<: *global_trigger_full_tests
<<: *global_julia18
<<: *global_julia19
<<: *global_env_linux

linux:julia1.6:
Expand All @@ -157,19 +157,19 @@ linux:julia1.6:
windows8:julia1.8:
stage: test-compat
<<: *global_trigger_compat_tests
<<: *global_julia18
<<: *global_julia19
<<: *global_env_win8

windows10:julia1.8:
stage: test-compat
<<: *global_trigger_compat_tests
<<: *global_julia18
<<: *global_julia19
<<: *global_env_win10

mac:julia1.8:
stage: test-compat
<<: *global_trigger_compat_tests
<<: *global_julia18
<<: *global_julia19
<<: *global_env_mac

windows8:julia1.6:
Expand Down

0 comments on commit 89b4468

Please sign in to comment.