Skip to content

Commit a796ef8

Browse files
Updated Julia version number from 1.7 to 1.10 in Documenter.yml
1 parent c320c06 commit a796ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Documenter.yml

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

0 commit comments

Comments
 (0)