Skip to content

Commit e76e7ed

Browse files
committed
CI + julia version compat bump
1 parent 45a3c05 commit e76e7ed

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/workflows/CI.yml

+10-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,16 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
julia-version: [1.7, 1.8]
22-
julia-arch: [x64]
23-
os: [ubuntu-latest, windows-latest, macOS-latest]
21+
version:
22+
- '1.8'
23+
- '1.10'
24+
- 'nightly'
25+
os:
26+
- ubuntu-latest
27+
- macOS-latest
28+
- windows-latest
29+
arch:
30+
- x64
2431
# exclude:
2532
# - os: macOS-latest
2633
# julia-arch: x86

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ blis_jll = "6136c539-28a5-5bf0-87cc-b183200dce32"
99

1010
[compat]
1111
blis_jll = "1.0"
12-
julia = "1"
12+
julia = "1.8"
1313

1414
[extras]
1515
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)