Skip to content

Commit be952b2

Browse files
Update Julia version compatibility to 1.11
- Update Project.toml to specify Julia version compatibility as 1.11 - Modify CI workflow to test against Julia 1.11 - Remove Julia 1.10 from test matrix
1 parent 21ccd6b commit be952b2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26-
- '1.10'
2726
- '1.11'
2827
- 'pre'
2928
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
88

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

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

0 commit comments

Comments
 (0)