diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c0eb064..a468342 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,7 +19,8 @@ jobs: fail-fast: false matrix: version: - - '1.10' + - 'lts' + - '1' os: - ubuntu-latest - macos-latest diff --git a/src/DepotDelivery.jl b/src/DepotDelivery.jl index ee95640..7895b09 100644 --- a/src/DepotDelivery.jl +++ b/src/DepotDelivery.jl @@ -1,6 +1,8 @@ module DepotDelivery -public build +@static if VERSION > v"1.11" + eval(Expr(:public, :build)) +end #-----------------------------------------------------------------------------# build """