Skip to content

Commit fa0adf9

Browse files
authored
Update Project.toml (#20)
1 parent be58f4c commit fa0adf9

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: CI
22
on:
3-
- push
4-
- pull_request
3+
push:
4+
branches: ['master']
5+
pull_request:
56
jobs:
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
@@ -36,7 +36,7 @@ jobs:
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

Project.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "AbstractOperators"
22
uuid = "d9c5613a-d543-52d8-9afd-8f241a8c3f1c"
3-
version = "0.2.2"
3+
version = "0.3"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -10,11 +10,11 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1010
RecursiveArrayTools = "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]
2020
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

0 commit comments

Comments
 (0)