Skip to content

Commit d191728

Browse files
committed
Update CI to Julia 1.6 and 1.7
1 parent f982c92 commit d191728

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,19 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
1817
include:
1918
- version: '1.6'
2019
os: ubuntu-latest
2120
arch: x64
2221
- version: '1.6'
2322
os: windows-latest
2423
arch: x64
24+
- version: '1.7'
25+
os: ubuntu-latest
26+
arch: x64
27+
- version: '1.7'
28+
os: windows-latest
29+
arch: x64
2530
steps:
2631
- uses: actions/checkout@v2
2732
- uses: julia-actions/setup-julia@v1

0 commit comments

Comments
 (0)