Skip to content

Commit

Permalink
Add 1.11 CI (#306)
Browse files Browse the repository at this point in the history
Also disable nightly until it's on a different LLVM version as 1.11.
  • Loading branch information
christiangnrd authored Mar 7, 2024
1 parent 566a69e commit 507e0cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ steps:
- "1.8"
- "1.9"
- "1.10"
- "nightly"
- "1.11"
# - "nightly"
adjustments:
- with:
julia: "nightly"
julia: "1.11"
soft_fail: true

# special tests
Expand Down

0 comments on commit 507e0cb

Please sign in to comment.