File tree Expand file tree Collapse file tree 3 files changed +47
-15
lines changed
lib/NeuralLyapunovProblemLibrary Expand file tree Collapse file tree 3 files changed +47
-15
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
13
13
cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
14
14
jobs :
15
15
tests :
16
- name : " Tests"
16
+ name : Tests
17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
38
38
project : " ${{ matrix.project }}"
39
39
group : " all"
40
40
secrets : " inherit"
41
+ downgrade :
42
+ name : Downgrade
43
+ runs-on : ubuntu-latest
44
+ strategy :
45
+ fail-fast : false
46
+ matrix :
47
+ version :
48
+ - ' 1.11'
49
+ os :
50
+ - ubuntu-latest
51
+ arch :
52
+ - x64
53
+ project :
54
+ - ' .'
55
+ - ' lib/NeuralLyapunovProblemLibrary'
56
+ allow_failure :
57
+ - false
58
+ steps :
59
+ - uses : actions/checkout@v4
60
+ - uses : julia-actions/setup-julia@v2
61
+ with :
62
+ version : ${{ matrix.version }}
63
+ - uses : julia-actions/julia-downgrade-compat@v1
64
+ with :
65
+ projects : ${{matrix.project}}
66
+ skip : LinearAlgebra, Random, Test
67
+ - uses : julia-actions/julia-buildpkg@v1
68
+ - uses : julia-actions/julia-runtest@v1
69
+ with :
70
+ project : ${{ matrix.project }}
71
+ env :
72
+ GROUP : " all"
41
73
docs :
42
74
name : Documentation
43
75
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -23,29 +23,29 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
23
23
Aqua = " 0.8.11"
24
24
Boltz = " 1.2"
25
25
CSDP = " 1"
26
- ComponentArrays = " 0.15"
26
+ ComponentArrays = " 0.15.16 "
27
27
EvalMetrics = " 0.3"
28
28
ExplicitImports = " 1.11.2"
29
- ForwardDiff = " 0.10"
29
+ ForwardDiff = " 0.10.36 "
30
30
JuMP = " 1"
31
31
LinearAlgebra = " 1"
32
- Lux = " 1"
32
+ Lux = " 1.2 "
33
33
LuxCUDA = " 0.3.3"
34
- LuxCore = " 1.1.0 "
34
+ LuxCore = " 1.1"
35
35
ModelingToolkit = " 9.77"
36
36
NLopt = " 1"
37
37
NeuralPDE = " 5.17"
38
- Optimization = " 3, 4"
38
+ Optimization = " 4"
39
39
OptimizationOptimJL = " 0.4"
40
40
OptimizationOptimisers = " 0.3"
41
- OrdinaryDiffEq = " 6"
41
+ OrdinaryDiffEq = " 6.90 "
42
42
QuasiMonteCarlo = " 0.3.3"
43
43
Random = " 1"
44
44
SafeTestsets = " 0.1"
45
- SciMLBase = " 2"
46
- StableRNGs = " 1.0.2 "
45
+ SciMLBase = " 2.85 "
46
+ StableRNGs = " 1"
47
47
SymbolicIndexingInterface = " 0.3.40"
48
- Symbolics = " 6.31.1 "
48
+ Symbolics = " 6.37 "
49
49
Test = " 1"
50
50
julia = " 1.11"
51
51
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ NeuralLyapunovProblemLibraryPlotsExt = "Plots"
20
20
Aqua = " 0.8.11"
21
21
ControlSystemsBase = " 1.14.4"
22
22
ExplicitImports = " 1.11.2"
23
- LinearAlgebra = " 1.11.0 "
23
+ LinearAlgebra = " 1"
24
24
ModelingToolkit = " 9.77"
25
- OrdinaryDiffEq = " 6.91.0 "
25
+ OrdinaryDiffEq = " 6.91"
26
26
Plots = " 1.40.9"
27
27
Rotations = " 1.7.1"
28
28
SafeTestsets = " 0.1.0"
29
- SciMLBase = " 2.75.1 "
30
- StableRNGs = " 1.0.2 "
31
- Symbolics = " 6.29.2 "
29
+ SciMLBase = " 2.85 "
30
+ StableRNGs = " 1"
31
+ Symbolics = " 6.37 "
32
32
Test = " 1"
33
33
julia = " 1.11"
34
34
You can’t perform that action at this time.
0 commit comments