Skip to content

Commit ce273bc

Browse files
authored
Run CI on Julia 1.0, 1.6, v1, and nightly (#320)
1 parent 223e5c6 commit ce273bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
matrix:
1717
version:
1818
- '1.0'
19+
- '1.6'
1920
- '1'
2021
- 'nightly'
2122
os:
@@ -26,6 +27,9 @@ jobs:
2627
- version: '1'
2728
os: ubuntu-latest
2829
arch: x86
30+
- version: '1'
31+
os: windows-latest
32+
arch: x86
2933
- version: '1'
3034
os: windows-latest
3135
arch: x64

0 commit comments

Comments
 (0)