File tree Expand file tree Collapse file tree 1 file changed +9
-14
lines changed
Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change @@ -27,27 +27,22 @@ jobs:
2727 fail-fast : false
2828 matrix :
2929 julia-version :
30- - ' 1.8.2'
30+ - ' 1.6.7'
31+ - ' 1.7.2'
32+ - ' 1.8.3'
3133 os :
3234 - ubuntu-latest
35+ - windows-latest
36+ - macOS-latest
3337
3438 steps :
35- - uses : actions/checkout@v1.0.0
39+ - uses : actions/checkout@v2
3640 - name : " Set up Julia"
37- uses : julia-actions/setup-julia@v1.6.0
41+ uses : julia-actions/setup-julia@v1
3842 with :
3943 version : ${{ matrix.julia-version }}
40- - name : Cache dependencies
41- uses : actions/cache@v1 # Thanks FromFile.jl
42- env :
43- cache-name : cache-artifacts
44- with :
45- path : ~/.julia/artifacts
46- key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
47- restore-keys : |
48- ${{ runner.os }}-build-${{ env.cache-name }}-
49- ${{ runner.os }}-build-
50- ${{ runner.os }}-
44+ - name : " Cache artifacts"
45+ uses : julia-actions/cache@v1
5146 - name : " Build package"
5247 uses : julia-actions/julia-buildpkg@v1
5348 - name : " Run tests"
You can’t perform that action at this time.
0 commit comments