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 1a6fccb commit 3209f56Copy full SHA for 3209f56
.github/workflows/ci.yml
@@ -31,11 +31,10 @@ jobs:
31
fail-fast: false
32
matrix:
33
julia-version:
34
- - "1.0"
35
- - "1.6"
36
- - "1.10"
+ - "min"
+ - "lts"
37
- "1"
38
- - "nightly"
+ - "pre"
39
os:
40
- ubuntu-latest
41
- macos-latest
Project.toml
@@ -1,6 +1,6 @@
1
name = "Unitful"
2
uuid = "1986cc42-f94f-5a68-af5c-568840ba703d"
3
-version = "1.24.0"
+version = "1.25.0"
4
5
[deps]
6
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
@@ -32,7 +32,7 @@ Printf = "<0.0.1, 1"
REPL = "<0.0.1, 1"
Random = "<0.0.1, 1"
Test = "<0.0.1, 1"
-julia = "1"
+julia = "1.6"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
0 commit comments