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 1010 - uses : actions/checkout@v2
1111 - uses : julia-actions/setup-julia@latest
1212 with :
13- version : 1.3
13+ version : 1.4
1414 - name : Install dependencies
1515 run : julia -e 'using Pkg; pkg"add PkgBenchmark BenchmarkCI@0.1"'
1616 - name : Run benchmarks
Original file line number Diff line number Diff line change 1717 - ' 1.1'
1818 - ' 1.2'
1919 - ' 1.3'
20+ - ' 1.4'
2021 - ' nightly'
2122 os :
2223 - ubuntu-latest
3334 # Don't test on all versions
3435 - {os: 'macOS-latest', version: '1.1'}
3536 - {os: 'macOS-latest', version: '1.2'}
37+ - {os: 'macOS-latest', version: '1.3'}
3638 - {os: 'windows-latest', version: '1.1'}
3739 - {os: 'windows-latest', version: '1.2'}
40+ - {os: 'windows-latest', version: '1.3'}
3841 steps :
3942 - uses : actions/checkout@v1
4043 - uses : julia-actions/setup-julia@latest
5356 - uses : actions/checkout@v1
5457 - uses : julia-actions/setup-julia@latest
5558 with :
56- version : ' 1.3 '
59+ version : ' 1.4 '
5760 - run : julia --project=docs -e '
5861 using Pkg;
5962 Pkg.develop(PackageSpec(; path=pwd()));
You can’t perform that action at this time.
0 commit comments