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 076cbd2 commit c1eadf3Copy full SHA for c1eadf3
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
version:
20
- - '1.0'
+ - '1.3'
21
- '1' # automatically expands to the latest stable 1.x release of Julia.
22
os:
23
- ubuntu-latest
Project.toml
@@ -19,7 +19,7 @@ Missings = "0.4, 1"
OrderedCollections = "1.1"
ScientificTypesBase = "2"
UnicodePlots = "2"
-julia = "1.0"
+julia = "1.3"
24
[extras]
25
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
0 commit comments