We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e04e4 commit c726588Copy full SHA for c726588
1 file changed
.github/workflows/documentation.yml
@@ -12,8 +12,8 @@ jobs:
12
- uses: actions/checkout@v4
13
- uses: julia-actions/setup-julia@latest
14
with:
15
- # Build documentation on Julia 1.9
16
- version: '1.9'
+ # Build documentation on Julia 1.10
+ version: '1.10'
17
- name: Install dependencies
18
shell: julia --project=docs {0}
19
run: |
0 commit comments