Skip to content

Commit 1a7cea0

Browse files
committed
Setup 2
1 parent 54e4acb commit 1a7cea0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '1.6'
13+
- "^1.6.0-0"
1414
- 'nightly'
1515
os:
1616
- ubuntu-latest
@@ -22,6 +22,8 @@ jobs:
2222
exclude:
2323
- os: macOS-latest
2424
arch: x86
25+
- os: windows-latest
26+
arch: x86
2527
steps:
2628
- uses: actions/checkout@v2
2729
- uses: julia-actions/setup-julia@v1
@@ -51,7 +53,7 @@ jobs:
5153
- uses: actions/checkout@v2
5254
- uses: julia-actions/setup-julia@v1
5355
with:
54-
version: '1'
56+
version: "^1.6.0-0"
5557
- run: |
5658
julia --project=docs -e '
5759
using Pkg

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
*.jl.cov
33
*.jl.mem
44
/Manifest.toml
5+
/docs/Manifest.toml
56
/docs/build/

0 commit comments

Comments
 (0)