File tree Expand file tree Collapse file tree 6 files changed +34
-7
lines changed Expand file tree Collapse file tree 6 files changed +34
-7
lines changed Original file line number Diff line number Diff line change 1+ name : CompatHelper
2+ on :
3+ schedule :
4+ - cron : 16 3 * * *
5+ jobs :
6+ build :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - name : Pkg.add("CompatHelper")
10+ run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
11+ - name : CompatHelper.main()
12+ run : julia -e 'using CompatHelper; CompatHelper.main()'
13+ env :
14+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ name : TagBot
2+ on :
3+ schedule :
4+ - cron : 27 8 * * *
5+ jobs :
6+ TagBot :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - uses : JuliaRegistries/TagBot@v1
10+ with :
11+ token : ${{ secrets.GITHUB_TOKEN }}
12+ ssh : ${{ secrets.DOCUMENTER_KEY }}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ notifications:
2424jobs :
2525 include :
2626 - stage : " Documentation"
27- julia : 1.0
27+ julia : 1.4
2828 os : linux
2929 script :
3030 - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
Original file line number Diff line number Diff line change 11name = " ObjectFile"
22uuid = " d8793406-e978-5875-9003-1fc021f44a92"
33authors = [
" Elliot Saba <[email protected] >" ]
4- version = " 0.3.3 "
4+ version = " 0.3.4 "
55
66[deps ]
77Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
88StructIO = " 53d494c1-5632-5724-8f4c-31dff12d585f"
99Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
1010
1111[compat ]
12- StructIO = " ≥ 0.3"
13- julia = " ≥ 1"
12+ StructIO = " 0.3"
13+ Reexport = " 0.2"
14+ julia = " 1.0"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11[deps ]
22Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
4+ [compat ]
5+ Documenter = " ~0.24"
You can’t perform that action at this time.
0 commit comments