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.
1 parent b58b6b7 commit 112464cCopy full SHA for 112464c
.github/workflows/ci.yml
@@ -18,6 +18,7 @@ jobs:
18
matrix:
19
version:
20
- '1.6'
21
+ - '1.10'
22
- '1' # automatically expands to the latest stable 1.x release of Julia.
23
os:
24
- ubuntu-latest
@@ -29,7 +30,7 @@ jobs:
29
30
with:
31
version: ${{ matrix.version }}
32
arch: ${{ matrix.arch }}
- - uses: actions/cache@v1
33
+ - uses: julia-actions/cache@v1
34
env:
35
cache-name: cache-artifacts
36
@@ -65,4 +66,4 @@ jobs:
65
66
using Documenter: DocMeta, doctest
67
using StatisticalMeasuresBase
68
DocMeta.setdocmeta!(StatisticalMeasuresBase, :DocTestSetup, :(using StatisticalMeasuresBase); recursive=true)
- doctest(StatisticalMeasuresBase)'
69
+ doctest(StatisticalMeasuresBase)'
0 commit comments