Skip to content

Commit 507e0cb

Browse files
Add 1.11 CI (#306)
Also disable nightly until it's on a different LLVM version as 1.11.
1 parent 566a69e commit 507e0cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ steps:
3232
- "1.8"
3333
- "1.9"
3434
- "1.10"
35-
- "nightly"
35+
- "1.11"
36+
# - "nightly"
3637
adjustments:
3738
- with:
38-
julia: "nightly"
39+
julia: "1.11"
3940
soft_fail: true
4041

4142
# special tests

0 commit comments

Comments
 (0)