Skip to content

Commit

Permalink
add Julia v1.11 to CI and buildkite config
Browse files Browse the repository at this point in the history
  • Loading branch information
ytdHuang committed Oct 9, 2024
1 parent 87ce64e commit b4da1e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/CUDA_Ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
setup:
version:
- "1.10" # oldest
#- "1" # latest
- "1" # latest
plugins:
- JuliaCI/julia#v1:
version: "{{matrix.version}}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# for core tests (latest and oldest supported versions)
version:
- '1.10' # oldest
# - '1' # latest
- '1' # latest
node:
- os: 'ubuntu-latest'
arch: 'x64'
Expand Down

0 comments on commit b4da1e3

Please sign in to comment.