File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 matrix :
1717 version :
18- - ' 1.6'
19- - ' 1.8'
20- - ' 1.9'
2118 - ' 1.10'
2219 - ' 1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
20+ - ' pre'
2321 os :
2422 - ubuntu-latest
2523 arch :
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v2
1515 - uses : julia-actions/setup-julia@latest
1616 with :
17- version : ' 1.6 '
17+ version : ' 1.10 '
1818 - name : Install dependencies
1919 run : julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2020 - name : Build and deploy
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ ReverseDiff = "1.15"
4949SciMLBase = " 2"
5050StaticArrayInterface = " 1"
5151StaticArraysCore = " 1.4"
52- Test = " 1.10"
5352Tracker = " 0.2.34"
5453Zygote = " 0.6.70"
5554julia = " 1.10"
You can’t perform that action at this time.
0 commit comments