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 parent 62be3d2 commit d454b50Copy full SHA for d454b50
.github/workflows/ci.yml
@@ -15,11 +15,9 @@ jobs:
15
fail-fast: false
16
matrix:
17
version:
18
- - '1.6'
19
- - '1.8'
20
- - '1.9'
21
- '1.10'
22
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
+ - 'pre'
23
os:
24
- ubuntu-latest
25
arch:
.github/workflows/docs.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
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