We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.10
1 parent 03ca32c commit d35853dCopy full SHA for d35853d
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
version:
20
- - '1.6'
+ - '1.10'
21
- '1'
22
os:
23
- ubuntu-latest
.github/workflows/documentation.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
- uses: julia-actions/setup-julia@latest
16
with:
- version: '1.6'
+ version: '1.10'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
0 commit comments