Skip to content

Commit

Permalink
but compat to Julia 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobAsslaender committed Jan 3, 2022
1 parent 9ed8d49 commit 0b26d96
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 @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.5' # 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.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' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
- 'nightly'
os:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ IterativeSolvers = "0.9"
ProgressMeter = "1.2"
SparsityOperators = "0.1.7, 0.2"
VectorizationBase = "0.19, 0.21"
julia = "1.5"
julia = "1.6"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down

0 comments on commit 0b26d96

Please sign in to comment.