Skip to content

Commit 60a3959

Browse files
committed
Update CI configuration to Julia 1.6, enable nightly for Linux.
1 parent 1d6742c commit 60a3959

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: julia-actions/setup-julia@latest
1616
with:
17-
version: '1.5'
17+
version: '1.6'
1818
- name: Install dependencies
1919
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2020
- name: Build and deploy

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,18 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21+
- '1.6'
2122
- '1'
22-
- '1.3'
23-
# - 'nightly'
2423
os:
2524
- ubuntu-latest
2625
- macOS-latest
2726
- windows-latest
2827
arch:
2928
- x64
29+
include:
30+
- os: ubuntu-latest
31+
version: 'nightly'
32+
arch: x64
3033
steps:
3134
- uses: actions/checkout@v2
3235
- uses: julia-actions/setup-julia@v1

0 commit comments

Comments
 (0)