Skip to content

Commit c726588

Browse files
committed
Bump Julia version to v1.10 for documentation
1 parent 54e04e4 commit c726588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: julia-actions/setup-julia@latest
1414
with:
15-
# Build documentation on Julia 1.9
16-
version: '1.9'
15+
# Build documentation on Julia 1.10
16+
version: '1.10'
1717
- name: Install dependencies
1818
shell: julia --project=docs {0}
1919
run: |

0 commit comments

Comments
 (0)