We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c131ac commit 7757d70Copy full SHA for 7757d70
2 files changed
.github/workflows/CI.yml
@@ -19,7 +19,8 @@ jobs:
19
fail-fast: false
20
matrix:
21
version:
22
- - '1.10'
+ - 'lts'
23
+ - '1'
24
os:
25
- ubuntu-latest
26
- macos-latest
src/DepotDelivery.jl
@@ -1,6 +1,8 @@
1
module DepotDelivery
2
3
-public build
+@static if VERSION > v"1.11"
4
+ eval(Expr(:public, :build))
5
+end
6
7
#-----------------------------------------------------------------------------# build
8
"""
0 commit comments