File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v2
11
11
- uses : julia-actions/setup-julia@latest
12
12
with :
13
- version : 1.3
13
+ version : 1.4
14
14
- name : Install dependencies
15
15
run :
julia -e 'using Pkg; pkg"add PkgBenchmark [email protected] "'
16
16
- name : Run benchmarks
Original file line number Diff line number Diff line change 17
17
- ' 1.1'
18
18
- ' 1.2'
19
19
- ' 1.3'
20
+ - ' 1.4'
20
21
- ' nightly'
21
22
os :
22
23
- ubuntu-latest
33
34
# Don't test on all versions
34
35
- {os: 'macOS-latest', version: '1.1'}
35
36
- {os: 'macOS-latest', version: '1.2'}
37
+ - {os: 'macOS-latest', version: '1.3'}
36
38
- {os: 'windows-latest', version: '1.1'}
37
39
- {os: 'windows-latest', version: '1.2'}
40
+ - {os: 'windows-latest', version: '1.3'}
38
41
steps :
39
42
- uses : actions/checkout@v1
40
43
- uses : julia-actions/setup-julia@latest
53
56
- uses : actions/checkout@v1
54
57
- uses : julia-actions/setup-julia@latest
55
58
with :
56
- version : ' 1.3 '
59
+ version : ' 1.4 '
57
60
- run : julia --project=docs -e '
58
61
using Pkg;
59
62
Pkg.develop(PackageSpec(; path=pwd()));
You can’t perform that action at this time.
0 commit comments