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 bfc6326 commit d1c1c42Copy full SHA for d1c1c42
.github/workflows/ci.yml
@@ -12,7 +12,8 @@ jobs:
12
fail-fast: false
13
matrix:
14
version:
15
- - '1' # automatically expands to the latest stable 1.x release of Julia
+ #- '1' # automatically expands to the latest stable 1.x release of Julia
16
+ - '~1.10.0-0'
17
- 'nightly'
18
os:
19
- ubuntu-latest
Project.toml
@@ -6,7 +6,7 @@ desc = "Basic statistics for Julia."
6
version = "1.11.0"
7
8
[compat]
9
-julia = "1.9"
+julia = "1.9.4"
10
11
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
0 commit comments