File tree Expand file tree Collapse file tree 3 files changed +31
-44
lines changed
Expand file tree Collapse file tree 3 files changed +31
-44
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : CompatHelper
2+
3+ on :
4+ schedule :
5+ - cron : ' 00 * * * *'
6+ issues :
7+ types : [opened, reopened]
8+
9+ jobs :
10+ build :
11+ runs-on : ${{ matrix.os }}
12+ strategy :
13+ matrix :
14+ julia-version : [1.5.0]
15+ julia-arch : [x86]
16+ os : [ubuntu-latest]
17+ steps :
18+ - uses : julia-actions/setup-julia@latest
19+ with :
20+ version : ${{ matrix.julia-version }}
21+ - name : Pkg.add("CompatHelper")
22+ run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
23+ - name : CompatHelper.main()
24+ env :
25+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26+ run : julia -e 'using CompatHelper; CompatHelper.main()'
Original file line number Diff line number Diff line change 11name = " Dash"
22uuid = " 1b08a953-4be3-4667-9a23-3db579824955"
3- authors = [" Chris Parmer <chris@plotly.com>" ,
4- " Alexandr Romanenko <waralex@gmail.com>" ]
5- version = " 0.1.0"
3+ authors = [" Chris Parmer <chris@plotly.com>" , " Alexandr Romanenko <waralex@gmail.com>" ]
4+ version = " 0.1.1"
65
76[deps ]
87CodecZlib = " 944b1d66-785c-5afd-91f1-9de20f533193"
@@ -15,26 +14,24 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
1514JSON = " 682c06a0-de6a-54ab-a142-c8b1cf79cde6"
1615JSON2 = " 2535ab7d-5cd8-5a07-80ac-9b1792aadce3"
1716MD5 = " 6ac74813-4b46-53a4-afec-0b5dc9d7885c"
18- MacroTools = " 1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
1917PlotlyBase = " a03496cd-edff-5a9b-9e67-9cda94a718b5"
2018Sockets = " 6462fe0b-24de-5631-8697-dd941f90decc"
2119Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
2220UUIDs = " cf7118a7-6976-5b1a-9a39-7adc72f591a4"
2321
2422[compat ]
25- CodecZlib = " 0.7.0 "
23+ CodecZlib = " 0.6, 0.7 "
2624DashBase = " 0.1.0"
2725DashCoreComponents = " 1.10.2"
2826DashHtmlComponents = " 1.0.3"
2927DashTable = " 4.9.0"
30- DataStructures = " 0.17.5"
28+ DataStructures = " 0.17.5, 0.18 "
3129HTTP = " 0.8.10"
3230JSON = " 0.21.0"
3331JSON2 = " 0.3.1"
3432MD5 = " 0.2.1"
35- MacroTools = " 0.5.1"
3633PlotlyBase = " 0.3.0, 0.4"
37- julia = " 1.1 "
34+ julia = " 1.2 "
3835
3936[extras ]
4037Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
You can’t perform that action at this time.
0 commit comments