Skip to content

Commit c75c664

Browse files
authored
Update CI for Julia 1.4 (#793)
* Update ci.yml for Julia 1.4 * Update benchmark.yml
1 parent e3e06a9 commit c75c664

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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 [email protected]"'
1616
- name: Run benchmarks

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- '1.1'
1818
- '1.2'
1919
- '1.3'
20+
- '1.4'
2021
- 'nightly'
2122
os:
2223
- ubuntu-latest
@@ -33,8 +34,10 @@ jobs:
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
@@ -53,7 +56,7 @@ jobs:
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()));

0 commit comments

Comments
 (0)