Skip to content

Commit

Permalink
Require Julia 1.10+
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Dec 11, 2024
1 parent a5c0ce8 commit 8c53e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.0'
- '1.6'
- '1.10'
- '1'
- nightly
os:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BandedMatrices = "0.15, 1"
Random = "<0.0.1, 1"
StaticArrays = "1"
Test = "<0.0.1, 1"
julia = "1"
julia = "1.10"

[extras]
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
Expand Down

0 comments on commit 8c53e83

Please sign in to comment.