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 9c4d1e9 + c056100 commit 0049aa8Copy full SHA for 0049aa8
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
matrix:
20
version:
21
- '1.6'
22
- - '1.7'
+ - '1.8'
23
- 'nightly'
24
os:
25
- ubuntu-latest
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
87
88
arch:
@@ -161,7 +161,7 @@ jobs:
161
- name: Setup julia
162
uses: julia-actions/setup-julia@v1
163
with:
164
- version: 1.7
+ version: 1.8
165
arch: x64
166
167
- name: Build Docs
0 commit comments