File tree Expand file tree Collapse file tree 2 files changed +40
-12
lines changed Expand file tree Collapse file tree 2 files changed +40
-12
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.9']
19
+ steps :
20
+ - uses : actions/checkout@v4
21
+ - uses : julia-actions/setup-julia@v1
22
+ with :
23
+ version : ${{ matrix.version }}
24
+ - uses : cjdoris/julia-downgrade-compat-action@v1
25
+ with :
26
+ skip : LinearAlgebra,SparseArrays,Statistics
27
+ - uses : julia-actions/julia-buildpkg@v1
28
+ - uses : julia-actions/julia-runtest@v1
Original file line number Diff line number Diff line change @@ -27,26 +27,26 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
27
27
[compat ]
28
28
AbstractFFTs = " 0.5, 1"
29
29
Aqua = " 0.8"
30
- BandedMatrices = " 0.16, 0.17 , 1"
31
- BlockArrays = " 0.14, 0.15, 0.16 "
32
- BlockBandedMatrices = " 0.10, 0.11, 0. 12"
30
+ BandedMatrices = " 0.17.18 , 1"
31
+ BlockArrays = " 0.16.26 "
32
+ BlockBandedMatrices = " 0.12"
33
33
Calculus = " 0.5"
34
34
Combinatorics = " 1.0.2"
35
- DSP = " 0.6, 0.7 "
36
- DomainSets = " 0.5, 0. 6, 0.7"
37
- DualNumbers = " 0.6.2 "
38
- FFTW = " 0.3, 1"
35
+ DSP = " 0.7.4 "
36
+ DomainSets = " 0.6, 0.7"
37
+ DualNumbers = " 0.6.6 "
38
+ FFTW = " 1. 1"
39
39
FillArrays = " 1"
40
40
InfiniteArrays = " 0.13"
41
- Infinities = " 0.1"
42
- IntervalSets = " 0.5, 0.6, 0.7 "
43
- LazyArrays = " 0.20, 0.21, 0.22, 1"
41
+ Infinities = " 0.1.1 "
42
+ IntervalSets = " 0.7.4 "
43
+ LazyArrays = " 1"
44
44
LinearAlgebra = " 1.9"
45
45
LowRankMatrices = " 1"
46
46
Random = " 1.9"
47
47
SparseArrays = " 1.9"
48
- SpecialFunctions = " 0.10, 1.0, 2"
49
- StaticArrays = " 0.12, 1.0 "
48
+ SpecialFunctions = " 2"
49
+ StaticArrays = " 1.3 "
50
50
Statistics = " 1.9"
51
51
Test = " 1.9"
52
52
julia = " 1.9"
You can’t perform that action at this time.
0 commit comments