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.
2 parents dc78e4a + 30292b2 commit b6514ffCopy full SHA for b6514ff
.github/workflows/BuildDocs.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v2
10
- uses: julia-actions/setup-julia@latest
11
with:
12
- version: '1.3'
+ version: '1.6'
13
- name: Install dependencies
14
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
15
- name: Build Docs
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
fail-fast: false
19
matrix:
20
version:
21
- - '1.3' # minimum version set in Project.toml
+ - '1.6' # minimum version set in Project.toml
22
- '1' # latest 1.x.y
23
# - 'nightly'
24
os:
appveyor.yml
@@ -1,6 +1,6 @@
1
environment:
2
3
- - julia_version: 1.3
+ - julia_version: 1.6
4
- julia_version: nightly
5
6
platform:
0 commit comments