File tree Expand file tree Collapse file tree 10 files changed +9
-14
lines changed
Expand file tree Collapse file tree 10 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 1+ comment : false
12coverage :
23 status :
34 project :
Original file line number Diff line number Diff line change 88 - cron : ' 0 0 1 * *'
99jobs :
1010 test :
11- name : Test on ${{ matrix.name }}
11+ name : ${{ matrix.name }}
1212 runs-on : ${{ matrix.os }}
1313 strategy :
1414 fail-fast : false
1515 matrix :
1616 include :
1717 - name : Julia LTS / Linux 64bit
18- version : ' 1.0 '
18+ version : ' 1.6 '
1919 os : ubuntu-latest
2020 arch : x64
2121 - name : Julia LTS / Linux 32bit
22- version : ' 1.0 '
22+ version : ' 1.6 '
2323 os : ubuntu-latest
2424 arch : x86
2525 - name : Julia Stable / Linux 64bit
@@ -69,22 +69,16 @@ jobs:
6969 - uses : julia-actions/julia-buildpkg@v1
7070 - uses : julia-actions/julia-runtest@v1
7171 - uses : julia-actions/julia-processcoverage@v1
72- - uses : codecov/codecov-action@v1
72+ - uses : codecov/codecov-action@v2
7373 with :
7474 file : lcov.info
75- doc :
75+ docs :
7676 name : Documentation
7777 runs-on : ubuntu-latest
7878 steps :
7979 - uses : actions/checkout@v2
8080 - uses : julia-actions/setup-julia@v1
81- with :
82- version : ' 1'
83- - run : |
84- julia --project=doc -e '
85- using Pkg
86- Pkg.develop(PackageSpec(path=pwd()))
87- Pkg.instantiate()'
88- - run : julia --project=doc doc/make.jl
81+ - uses : julia-actions/julia-buildpkg@v1
82+ - uses : julia-actions/julia-docdeploy@v1
8983 env :
9084 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ version = "0.7.2"
77Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
88
99[compat ]
10- julia = " 1"
10+ julia = " 1.6 "
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments