Skip to content

Commit 9b5310c

Browse files
committed
re-establish CI on 1.6
1 parent 851256d commit 9b5310c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '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'.
18+
- '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'.
1919
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
20-
# - 'nightly' # currently fails for LinearSolve
20+
- 'nightly' # currently fails for LinearSolve
2121
os:
2222
- ubuntu-latest
2323
- macos-latest

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ AlgebraicMultigrid = "0.4,0.5"
1515
IncompleteLU = "^0.2"
1616
IterativeSolvers = "0.9"
1717
Pardiso = "^0.5.1"
18-
Sparspak = "0.2"
18+
Sparspak = "0.2.1"

0 commit comments

Comments
 (0)