File tree 2 files changed +28
-2
lines changed
2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change
1
+ name : CompatHelper
2
+
3
+ on :
4
+ schedule :
5
+ - cron : ' 00 * * * *'
6
+ issues :
7
+ types : [opened, reopened]
8
+
9
+ jobs :
10
+ build :
11
+ runs-on : ${{ matrix.os }}
12
+ strategy :
13
+ matrix :
14
+ julia-version : [1.2.0]
15
+ julia-arch : [x86]
16
+ os : [ubuntu-latest]
17
+ steps :
18
+ - uses : julia-actions/setup-julia@latest
19
+ with :
20
+ version : ${{ matrix.julia-version }}
21
+ - name : Pkg.add("CompatHelper")
22
+ run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
23
+ - name : CompatHelper.main()
24
+ env :
25
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26
+ run : julia -e 'using CompatHelper; CompatHelper.main()'
Original file line number Diff line number Diff line change 1
1
name = " RecursiveFactorization"
2
2
uuid = " f2c3362d-daeb-58d1-803e-2bc74f2840b4"
3
3
authors = [
" Yingbo Ma <[email protected] >" ]
4
- version = " 0.1.1 "
4
+ version = " 0.1.2 "
5
5
6
6
[deps ]
7
7
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
8
LoopVectorization = " bdcacae8-1622-11e9-2a5c-532679323890"
9
9
10
10
[compat ]
11
- LoopVectorization = " 0.7"
11
+ LoopVectorization = " 0.7,0.8 "
12
12
julia = " 1.1"
13
13
14
14
[extras ]
You can’t perform that action at this time.
0 commit comments