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 54e4acb commit 1a7cea0Copy full SHA for 1a7cea0
.github/workflows/CI.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
version:
13
- - '1.6'
+ - "^1.6.0-0"
14
- 'nightly'
15
os:
16
- ubuntu-latest
@@ -22,6 +22,8 @@ jobs:
22
exclude:
23
- os: macOS-latest
24
arch: x86
25
+ - os: windows-latest
26
+ arch: x86
27
steps:
28
- uses: actions/checkout@v2
29
- uses: julia-actions/setup-julia@v1
@@ -51,7 +53,7 @@ jobs:
51
53
52
54
55
with:
- version: '1'
56
+ version: "^1.6.0-0"
57
- run: |
58
julia --project=docs -e '
59
using Pkg
.gitignore
@@ -2,4 +2,5 @@
2
*.jl.cov
3
*.jl.mem
4
/Manifest.toml
5
+/docs/Manifest.toml
6
/docs/build/
0 commit comments