File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1818 fail-fast : false
1919 matrix :
2020 version :
21- - ' 1.7.3'
21+ - ' 1'
22+ - ' 1.9'
2223 os :
2324 - ubuntu-latest
2425 - macos-latest
4243 - uses : julia-actions/julia-processcoverage@v1
4344 - uses : codecov/codecov-action@v2
4445 with :
45- file : lcov.info
46+ file : lcov.info
Original file line number Diff line number Diff line change 1919 matrix :
2020 version :
2121 - ' 1'
22+ - ' 1.9'
2223 os :
2324 - ubuntu-latest
2425 - macos-latest
4243 - uses : julia-actions/julia-processcoverage@v1
4344 - uses : codecov/codecov-action@v2
4445 with :
45- file : lcov.info
46+ file : lcov.info
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v2
1818 - uses : julia-actions/setup-julia@latest
1919 with :
20- version : ' 1.7.2 '
20+ version : ' 1'
2121 - name : Install dependencies
2222 run : julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2323 - name : Build and deploy
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v2
1717 - uses : julia-actions/setup-julia@latest
1818 with :
19- version : ' 1.6 '
19+ version : ' 1'
2020 - name : Install dependencies
2121 run : julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2222 - name : Build and deploy
3636 owner: context.repo.owner,
3737 repo: context.repo.repo,
3838 body: 'Docs can be previewed here: ${{ env.GHP_URL }}previews/PR${{ env.PR_NUMBER }}'
39- })
39+ })
You can’t perform that action at this time.
0 commit comments