Skip to content

Commit 112464c

Browse files
committed
update GH cache action in ci and add julia 1.10 testing
1 parent b58b6b7 commit 112464c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
matrix:
1919
version:
2020
- '1.6'
21+
- '1.10'
2122
- '1' # automatically expands to the latest stable 1.x release of Julia.
2223
os:
2324
- ubuntu-latest
@@ -29,7 +30,7 @@ jobs:
2930
with:
3031
version: ${{ matrix.version }}
3132
arch: ${{ matrix.arch }}
32-
- uses: actions/cache@v1
33+
- uses: julia-actions/cache@v1
3334
env:
3435
cache-name: cache-artifacts
3536
with:
@@ -65,4 +66,4 @@ jobs:
6566
using Documenter: DocMeta, doctest
6667
using StatisticalMeasuresBase
6768
DocMeta.setdocmeta!(StatisticalMeasuresBase, :DocTestSetup, :(using StatisticalMeasuresBase); recursive=true)
68-
doctest(StatisticalMeasuresBase)'
69+
doctest(StatisticalMeasuresBase)'

0 commit comments

Comments
 (0)