We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a70f7c commit 286bf72Copy full SHA for 286bf72
2 files changed
.github/workflows/ci.yml
@@ -11,8 +11,7 @@ jobs:
11
matrix:
12
version:
13
- '1.4'
14
- - '1.5'
15
- - '1.6-nightly'
+ - '1'
16
os:
17
- ubuntu-latest
18
- macOS-latest
.github/workflows/docs.yml
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
- version: '1.5'
+ version: '1'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
0 commit comments