Skip to content

Commit 83307b6

Browse files
committed
Update CI and doc build to use Julia 1.10.
1 parent 8d7dd5f commit 83307b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ContinuousIntegration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
julia-version: ['1', '1.6', 'nightly']
28+
julia-version: ['1', '1.10', '1.6', 'nightly']
2929
julia-arch: [x64]
3030
os: [ubuntu-latest]
3131
steps:

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v2
2020
- uses: julia-actions/setup-julia@v1
2121
with:
22-
version: '1.6'
22+
version: '1.10'
2323
- name: Install dependencies
2424
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2525
- name: Build and deploy documentation

0 commit comments

Comments
 (0)