File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Downgrade_CI
2+
3+ on :
4+ pull_request :
5+ branches : ["main"]
6+ push :
7+ branches : ["main"]
8+
9+ env :
10+ KEY_AV : ${{ secrets.KEY_AV }}
11+ KEY_CG : ${{ secrets.KEY_CG }}
12+
13+ jobs :
14+ test :
15+ name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
16+ runs-on : ${{ matrix.os }}
17+ strategy :
18+ fail-fast : false
19+ matrix :
20+ version :
21+ - ' 1.10'
22+ - ' 1.9'
23+ os :
24+ - ubuntu-latest
25+ - macOS-latest
26+ arch :
27+ - x64
28+ steps :
29+ - uses : actions/checkout@v4
30+ - uses : julia-actions/setup-julia@v1
31+ with :
32+ version : ${{ matrix.version }}
33+ - uses : cjdoris/julia-downgrade-compat-action@v1
34+ with :
35+ skip : Pkg, TOML
36+ - uses : julia-actions/julia-buildpkg@v1
37+ - uses : julia-actions/julia-runtest@v1
Original file line number Diff line number Diff line change 11name = " CryptoDashApp"
22uuid = " 8f55a569-a1ee-45d2-b761-b2b316ddd8e9"
33authors = [" Vikas Negi <vikas.negi10@gmail.com>" ]
4- version = " 0.6.1 "
4+ version = " 0.6.2 "
55
66[deps ]
77CSV = " 336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
@@ -17,13 +17,13 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1717StatsBase = " 2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1818
1919[compat ]
20- CSV = " 0.10"
20+ CSV = " 0.10.12 "
2121Dash = " 1.5"
2222DataFrames = " 1.6"
2323GLM = " 1.9"
2424HTTP = " 1.10"
25- JSON = " 0.21"
26- Mocking = " 0.7"
27- PlotlyJS = " 0.18"
28- StatsBase = " 0.34"
25+ JSON = " 0.21.4 "
26+ Mocking = " 0.7.7 "
27+ PlotlyJS = " 0.18.12 "
28+ StatsBase = " 0.34.2 "
2929julia = " 1.8"
You can’t perform that action at this time.
0 commit comments