File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
on :
3
- - push
4
- - pull_request
3
+ push :
4
+ branches : ['master']
5
+ pull_request :
5
6
jobs :
6
7
test :
7
8
name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
8
9
runs-on : ${{ matrix.os }}
9
10
strategy :
10
11
matrix :
11
12
version :
12
- - ' 1.0'
13
- - ' 1.5'
14
- - ' nightly'
13
+ - ' 1'
14
+ - ' 1.6'
15
15
os :
16
16
- ubuntu-latest
17
17
- macOS-latest
36
36
- uses : actions/checkout@v2
37
37
- uses : julia-actions/setup-julia@v1
38
38
with :
39
- version : ' 1.0 '
39
+ version : ' 1'
40
40
- run : |
41
41
julia --project=docs -e '
42
42
using Pkg
Original file line number Diff line number Diff line change 1
1
name = " AbstractOperators"
2
2
uuid = " d9c5613a-d543-52d8-9afd-8f241a8c3f1c"
3
- version = " 0.2.2 "
3
+ version = " 0.3 "
4
4
5
5
[deps ]
6
6
AbstractFFTs = " 621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -10,11 +10,11 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
10
10
RecursiveArrayTools = " 731186ca-8d62-57ce-b412-fbd966d074cd"
11
11
12
12
[compat ]
13
- AbstractFFTs = " ≥ 0.4. 1"
14
- DSP = " ≥ 0.5.1 "
15
- FFTW = " ≥ 0.2.4 "
16
- RecursiveArrayTools = " ≥ 0.18.0 "
17
- julia = " 1.0.0 "
13
+ AbstractFFTs = " 1"
14
+ DSP = " 0.7 "
15
+ FFTW = " 1 "
16
+ RecursiveArrayTools = " 2 "
17
+ julia = " 1"
18
18
19
19
[extras ]
20
20
Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
You can’t perform that action at this time.
0 commit comments