Skip to content

Commit

Permalink
min v1.7?
Browse files Browse the repository at this point in the history
  • Loading branch information
rayegun committed Sep 19, 2022
1 parent c3b42e4 commit f6ffd1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1.7' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Preferences = "1"
SSGraphBLAS_jll = "7.2"
SpecialFunctions = "2"
StorageOrders = "0.2"
julia = "1.6"
julia = "1.7"
KLU = "0.4"

0 comments on commit f6ffd1e

Please # to comment.