File tree Expand file tree Collapse file tree 2 files changed +40
-11
lines changed Expand file tree Collapse file tree 2 files changed +40
-11
lines changed Original file line number Diff line number Diff line change
1
+ name : Downgrade
2
+ on :
3
+ pull_request :
4
+ branches :
5
+ - master
6
+ paths-ignore :
7
+ - ' docs/**'
8
+ push :
9
+ branches :
10
+ - master
11
+ paths-ignore :
12
+ - ' docs/**'
13
+ jobs :
14
+ test :
15
+ runs-on : ubuntu-latest
16
+ strategy :
17
+ matrix :
18
+ version : ['1']
19
+ steps :
20
+ - uses : actions/checkout@v3
21
+ - uses : julia-actions/setup-julia@v1
22
+ with :
23
+ version : ${{ matrix.version }}
24
+ - uses : cjdoris/julia-downgrade-compat-action@v1
25
+ # if: ${{ matrix.version == '1.6' }}
26
+ with :
27
+ skip : Pkg,TOML
28
+ - uses : julia-actions/julia-buildpkg@v1
29
+ - uses : julia-actions/julia-runtest@v1
Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ NonlinearSolveZygoteExt = "Zygote"
48
48
[compat ]
49
49
ADTypes = " 0.2"
50
50
Aqua = " 0.8"
51
- ArrayInterface = " 6.0.24, 7 "
52
- BandedMatrices = " 1"
51
+ ArrayInterface = " 7.6 "
52
+ BandedMatrices = " 1.3 "
53
53
BenchmarkTools = " 1"
54
54
ConcreteStructs = " 0.2"
55
- DiffEqBase = " 6.141 "
55
+ DiffEqBase = " 6.142 "
56
56
EnumX = " 1"
57
57
Enzyme = " 0.11"
58
58
FastBroadcast = " 0.1.9, 0.2"
@@ -70,23 +70,23 @@ NLsolve = "4.5"
70
70
NaNMath = " 1"
71
71
NonlinearProblemLibrary = " 0.1"
72
72
Pkg = " 1"
73
- PrecompileTools = " 1"
73
+ PrecompileTools = " 1.2 "
74
74
Printf = " <0.0.1, 1"
75
75
Random = " <0.0.1, 1"
76
- RecursiveArrayTools = " 2"
77
- Reexport = " 0.2, 1 "
76
+ RecursiveArrayTools = " 2.38 "
77
+ Reexport = " 1.2 "
78
78
SafeTestsets = " 0.1"
79
- SciMLBase = " 2.9 "
80
- SciMLOperators = " 0.3"
79
+ SciMLBase = " 2.10 "
80
+ SciMLOperators = " 0.3.7 "
81
81
SimpleNonlinearSolve = " 1"
82
82
SparseArrays = " <0.0.1, 1"
83
83
SparseDiffTools = " 2.14"
84
84
StableRNGs = " 1"
85
- StaticArrays = " 1"
86
- Symbolics = " 5"
85
+ StaticArrays = " 1.7 "
86
+ Symbolics = " 5.11 "
87
87
Test = " 1"
88
88
UnPack = " 1.0"
89
- Zygote = " 0.6"
89
+ Zygote = " 0.6.67 "
90
90
julia = " 1.9"
91
91
92
92
[extras ]
You can’t perform that action at this time.
0 commit comments