File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11name : CI
22on :
3- - push
4- - pull_request
3+ push :
4+ branches : ['master']
5+ pull_request :
56jobs :
67 test :
78 name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
89 runs-on : ${{ matrix.os }}
910 strategy :
1011 matrix :
1112 version :
12- - ' 1.0'
13- - ' 1.5'
14- - ' nightly'
13+ - ' 1'
14+ - ' 1.6'
1515 os :
1616 - ubuntu-latest
1717 - macOS-latest
3636 - uses : actions/checkout@v2
3737 - uses : julia-actions/setup-julia@v1
3838 with :
39- version : ' 1.0 '
39+ version : ' 1'
4040 - run : |
4141 julia --project=docs -e '
4242 using Pkg
Original file line number Diff line number Diff line change 11name = " AbstractOperators"
22uuid = " d9c5613a-d543-52d8-9afd-8f241a8c3f1c"
3- version = " 0.2.2 "
3+ version = " 0.3 "
44
55[deps ]
66AbstractFFTs = " 621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -10,11 +10,11 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1010RecursiveArrayTools = " 731186ca-8d62-57ce-b412-fbd966d074cd"
1111
1212[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"
1818
1919[extras ]
2020Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
You can’t perform that action at this time.
0 commit comments