File tree Expand file tree Collapse file tree 1 file changed +18
-10
lines changed Expand file tree Collapse file tree 1 file changed +18
-10
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- master
7
7
pull_request :
8
- types : [opened, synchronize, reopened]
9
8
10
9
jobs :
11
10
test :
12
11
runs-on : ${{ matrix.os }}
13
12
strategy :
14
13
matrix :
15
- julia-version : [1.0.5, 1.2.0]
16
- julia-arch : [x64, x86]
17
- os : [ubuntu-latest, windows-latest, macOS-latest]
14
+ version :
15
+ - ' 1.0'
16
+ - ' 1'
17
+ - ' nightly'
18
+ os :
19
+ - ubuntu-latest
20
+ - macOS-latest
21
+ - windows-latest
22
+ arch :
23
+ - x86
24
+ - x64
18
25
exclude :
19
26
- os : macOS-latest
20
- julia-arch : x86
21
-
27
+ arch : x86
22
28
steps :
23
- - uses : actions/checkout@v1.0.0
24
- - uses : julia-actions/setup-julia@latest
29
+ - uses : actions/checkout@v2
30
+ - uses : julia-actions/setup-julia@v1
25
31
with :
26
- version : ${{ matrix.julia-version }}
27
- - uses : julia-actions/julia-runtest@master
32
+ version : ${{ matrix.version }}
33
+ arch : ${{ matrix.arch }}
34
+ - uses : julia-actions/julia-buildpkg@latest
35
+ - uses : julia-actions/julia-runtest@latest
You can’t perform that action at this time.
0 commit comments