We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5404a1 + cd25893 commit 7c2f30cCopy full SHA for 7c2f30c
.github/workflows/CI.yml
@@ -25,7 +25,7 @@ jobs:
25
- os: macOS-latest
26
arch: x86
27
include:
28
- - version: '1.0'
+ - version: '1.6'
29
os: ubuntu-latest
30
arch: x64
31
- os: ubuntu-latest
@@ -60,4 +60,4 @@ jobs:
60
if: matrix.coverage
61
with:
62
github-token: ${{ secrets.GITHUB_TOKEN }}
63
- path-to-lcov: lcov.info
+ path-to-lcov: lcov.info
Project.toml
@@ -27,7 +27,7 @@ Requires = "0.5, 1.0"
StatsBase = "0.32, 0.33"
StatsFuns = "0.8, 0.9, 1"
Tracker = "0.2.3"
-julia = "1"
+julia = "1.6"
32
[extras]
33
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
0 commit comments