File tree Expand file tree Collapse file tree 2 files changed +52
-23
lines changed Expand file tree Collapse file tree 2 files changed +52
-23
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,47 +48,47 @@ NonlinearSolveSymbolicsExt = "Symbolics"
48
48
NonlinearSolveZygoteExt = " Zygote"
49
49
50
50
[compat ]
51
- ADTypes = " 0.2"
51
+ ADTypes = " 0.2.5 "
52
52
Aqua = " 0.8"
53
- ArrayInterface = " 6.0.24, 7 "
54
- BandedMatrices = " 1"
53
+ ArrayInterface = " 7.6 "
54
+ BandedMatrices = " 1.3 "
55
55
BenchmarkTools = " 1"
56
56
ConcreteStructs = " 0.2"
57
- DiffEqBase = " 6.141 "
57
+ DiffEqBase = " 6.144 "
58
58
EnumX = " 1"
59
- Enzyme = " 0.11"
60
- FastBroadcast = " 0.1.9, 0.2 "
59
+ Enzyme = " 0.11.11 "
60
+ FastBroadcast = " 0.2.8 "
61
61
FastLevenbergMarquardt = " 0.1"
62
- FiniteDiff = " 2"
63
- ForwardDiff = " 0.10.3 "
64
- LazyArrays = " 1.8"
65
- LeastSquaresOptim = " 0.8"
66
- LineSearches = " 7"
62
+ FiniteDiff = " 2.21 "
63
+ ForwardDiff = " 0.10.36 "
64
+ LazyArrays = " 1.8.2 "
65
+ LeastSquaresOptim = " 0.8.5 "
66
+ LineSearches = " 7.2 "
67
67
LinearAlgebra = " <0.0.1, 1"
68
- LinearSolve = " 2.12 "
68
+ LinearSolve = " 2.21 "
69
69
MINPACK = " 1.2"
70
- MaybeInplace = " 0.1"
70
+ MaybeInplace = " 0.1.1 "
71
71
NLsolve = " 4.5"
72
72
NaNMath = " 1"
73
- NonlinearProblemLibrary = " 0.1"
73
+ NonlinearProblemLibrary = " 0.1.1 "
74
74
Pkg = " 1"
75
- PrecompileTools = " 1"
75
+ PrecompileTools = " 1.2 "
76
76
Printf = " <0.0.1, 1"
77
77
Random = " <0.0.1, 1"
78
- RecursiveArrayTools = " 2, 3 "
79
- Reexport = " 0.2, 1 "
78
+ RecursiveArrayTools = " 3.0 "
79
+ Reexport = " 1.2 "
80
80
SafeTestsets = " 0.1"
81
- SciMLBase = " 2.9 "
82
- SciMLOperators = " 0.3"
83
- SimpleNonlinearSolve = " 1"
81
+ SciMLBase = " 2.11 "
82
+ SciMLOperators = " 0.3.7 "
83
+ SimpleNonlinearSolve = " 1.0.2 "
84
84
SparseArrays = " <0.0.1, 1"
85
85
SparseDiffTools = " 2.14"
86
86
StableRNGs = " 1"
87
- StaticArrays = " 1"
88
- Symbolics = " 5"
87
+ StaticArrays = " 1.7 "
88
+ Symbolics = " 5.13 "
89
89
Test = " 1"
90
90
UnPack = " 1.0"
91
- Zygote = " 0.6"
91
+ Zygote = " 0.6.67 "
92
92
julia = " 1.9"
93
93
94
94
[extras ]
You can’t perform that action at this time.
0 commit comments