We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c117073 commit 6e8e68aCopy full SHA for 6e8e68a
2 files changed
.github/workflows/CI.yml
@@ -29,6 +29,7 @@ jobs:
29
version:
30
- 'lts'
31
- '1'
32
+ - '~1.12.0-0'
33
- 'nightly'
34
os:
35
- ubuntu-latest
Project.toml
@@ -1,6 +1,6 @@
1
name = "GenericSchur"
2
uuid = "c145ed77-6b09-5dd9-b285-bf645a82121e"
3
-version = "0.5.5"
+version = "0.5.6-DEV"
4
5
[deps]
6
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
0 commit comments