Skip to content

Commit e3c2533

Browse files
Revert Julia version compatibility to 1.10
- Downgrade Julia version compatibility in Project.toml from 1.11 to 1.10 - Update CI workflow to include 1.10 in test matrix - Maintain broader compatibility with Julia versions
1 parent be952b2 commit e3c2533

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26+
- '1.10'
2627
- '1.11'
2728
- 'pre'
2829
os:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ version = "1.0.0-DEV"
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
88

99
[compat]
10-
LinearAlgebra = "1.11.0"
11-
julia = "1.11"
10+
LinearAlgebra = "1.10.0"
11+
julia = "1.10"
1212

1313
[extras]
1414
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)