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 ca9e6dd + 0df4bb8 commit 59523d5Copy full SHA for 59523d5
.github/workflows/CI.yml
@@ -12,8 +12,7 @@ jobs:
12
arch:
13
- x64
14
version:
15
- - '1.4'
16
- - '1.5'
+ - '1.7'
17
- 'nightly'
18
os:
19
- macOS-latest
.github/workflows/Documenter.yml
@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
- version: '1.5'
+ version: '1.7'
- run: |
julia --project=docs -e '
using Pkg
Project.toml
@@ -13,5 +13,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
blis_jll = "6136c539-28a5-5bf0-87cc-b183200dce32"
[compat]
-julia = "1.4"
-blis_jll = "0.7.0 - 0.8.1"
+julia = "1.7"
+blis_jll = "0.9.0"
0 commit comments