We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e46b3 commit 3c5706dCopy full SHA for 3c5706d
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
matrix:
42
version:
43
- '1.10'
44
- - '1.11'
+ - '1.12'
45
os:
46
- ubuntu-latest
47
- macOS-latest
Project.toml
@@ -7,5 +7,5 @@ version = "0.2.2-dev"
7
OpenFHE = "77ce9b8e-ecf5-45d1-bd8a-d31f384f2f95"
8
9
[compat]
10
-OpenFHE = "0.1.12"
+OpenFHE = "0.1.14"
11
julia = "1.10"
test/Project.toml
@@ -3,5 +3,5 @@ OpenFHE = "77ce9b8e-ecf5-45d1-bd8a-d31f384f2f95"
3
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4
5
6
-OpenFHE = "0.1.11"
Test = "1"
0 commit comments