File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 88 branches : [master]
99 tags : ["*"]
1010 pull_request :
11- branches :
12- - master
1311jobs :
1412 test :
1513 name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
@@ -18,21 +16,21 @@ jobs:
1816 fail-fast : false
1917 matrix :
2018 version :
21- - " 1"
22- - " 1.6 "
19+ - " 1.10 "
20+ - " 1.11 "
2321 os :
2422 - ubuntu-latest
2523 - macOS-latest
2624 - windows-latest
2725 arch :
2826 - x64
2927 steps :
30- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v4
3129 - uses : julia-actions/setup-julia@v1
3230 with :
3331 version : ${{ matrix.version }}
3432 arch : ${{ matrix.arch }}
35- - uses : actions/cache@v2
33+ - uses : actions/cache@v4
3634 env :
3735 cache-name : cache-artifacts
3836 with :
@@ -77,10 +75,10 @@ jobs:
7775 name : Documentation
7876 runs-on : ubuntu-latest
7977 steps :
80- - uses : actions/checkout@v2
78+ - uses : actions/checkout@v4
8179 - uses : julia-actions/setup-julia@v1
8280 with :
83- version : ' 1.7 '
81+ version : ' 1.11 '
8482 - run : |
8583 julia --project=docs -e '
8684 using Pkg
9088 - run : |
9189 julia --project=docs -e '
9290 using Documenter: doctest
93- using QuasiCopula
94- doctest(QuasiCopula )'
91+ using ApproxCopula
92+ doctest(ApproxCopula )'
9593 - run : julia --project=docs docs/make.jl
9694 env :
9795 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments