diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a455960..6d15dd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,9 +23,11 @@ jobs: fail-fast: false matrix: version: - - 'nightly' - - '1' - '1.9' + - '1.10' + - '1.11' + - '1.12' + - 'nightly' os: - ubuntu-latest - macOS-latest diff --git a/src/DistributedNext.jl b/src/DistributedNext.jl index 113679b..b614a5b 100644 --- a/src/DistributedNext.jl +++ b/src/DistributedNext.jl @@ -6,6 +6,8 @@ for the purposes of testing new things before merging upstream. Here be dragons! """ module DistributedNext +# Hello world + # imports for extension import Base: getindex, wait, put!, take!, fetch, isready, push!, length, hash, ==, kill, close, isopen, showerror, iterate, IteratorSize