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.
2 parents 6c5e3aa + 715bbac commit 6c14cc8Copy full SHA for 6c14cc8
.github/workflows/ci.yml
@@ -19,6 +19,7 @@ jobs:
19
matrix:
20
version:
21
- '1.6'
22
+ - '1.7'
23
- 'nightly'
24
os:
25
- ubuntu-latest
@@ -81,6 +82,7 @@ jobs:
81
82
83
84
85
86
87
88
arch:
@@ -157,7 +159,7 @@ jobs:
157
159
- name: Setup julia
158
160
uses: julia-actions/setup-julia@v1
161
with:
- version: 1.6
162
+ version: 1.7
163
arch: x64
164
165
- name: Build Docs
0 commit comments