We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a3c05 commit e76e7edCopy full SHA for e76e7ed
.github/workflows/CI.yml
@@ -18,9 +18,16 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- julia-version: [1.7, 1.8]
22
- julia-arch: [x64]
23
- os: [ubuntu-latest, windows-latest, macOS-latest]
+ version:
+ - '1.8'
+ - '1.10'
24
+ - 'nightly'
25
+ os:
26
+ - ubuntu-latest
27
+ - macOS-latest
28
+ - windows-latest
29
+ arch:
30
+ - x64
31
# exclude:
32
# - os: macOS-latest
33
# julia-arch: x86
Project.toml
@@ -9,7 +9,7 @@ blis_jll = "6136c539-28a5-5bf0-87cc-b183200dce32"
9
10
[compat]
11
blis_jll = "1.0"
12
-julia = "1"
+julia = "1.8"
13
14
[extras]
15
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
0 commit comments