Skip to content

Commit f6ffd1e

Browse files
committed
min v1.7?
1 parent c3b42e4 commit f6ffd1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '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'.
20+
- '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'.
2121
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
2222
os:
2323
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ Preferences = "1"
2525
SSGraphBLAS_jll = "7.2"
2626
SpecialFunctions = "2"
2727
StorageOrders = "0.2"
28-
julia = "1.6"
28+
julia = "1.7"
2929
KLU = "0.4"
3030

0 commit comments

Comments
 (0)