Skip to content

Commit b4da1e3

Browse files
committed
add Julia v1.11 to CI and buildkite config
1 parent 87ce64e commit b4da1e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/CUDA_Ext.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ steps:
44
setup:
55
version:
66
- "1.10" # oldest
7-
#- "1" # latest
7+
- "1" # latest
88
plugins:
99
- JuliaCI/julia#v1:
1010
version: "{{matrix.version}}"

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# for core tests (latest and oldest supported versions)
4242
version:
4343
- '1.10' # oldest
44-
# - '1' # latest
44+
- '1' # latest
4545
node:
4646
- os: 'ubuntu-latest'
4747
arch: 'x64'

0 commit comments

Comments
 (0)