We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f982c92 commit d191728Copy full SHA for d191728
1 file changed
.github/workflows/ci.yml
@@ -14,14 +14,19 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
-
18
include:
19
- version: '1.6'
20
os: ubuntu-latest
21
arch: x64
22
23
os: windows-latest
24
+ - version: '1.7'
25
+ os: ubuntu-latest
26
+ arch: x64
27
28
+ os: windows-latest
29
30
steps:
31
- uses: actions/checkout@v2
32
- uses: julia-actions/setup-julia@v1
0 commit comments