Skip to content

Commit 3209f56

Browse files
authored
Up minimum Julia to 1.6, change CI to use min, lts, 1, pre (#798)
* Up minimum Julia 1.6, change CI to use min, lts, 1, nightly * Bump Unitful version * Use pre instead of nightly * Bump version again
1 parent 1a6fccb commit 3209f56

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
julia-version:
34-
- "1.0"
35-
- "1.6"
36-
- "1.10"
34+
- "min"
35+
- "lts"
3736
- "1"
38-
- "nightly"
37+
- "pre"
3938
os:
4039
- ubuntu-latest
4140
- macos-latest

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Unitful"
22
uuid = "1986cc42-f94f-5a68-af5c-568840ba703d"
3-
version = "1.24.0"
3+
version = "1.25.0"
44

55
[deps]
66
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
@@ -32,7 +32,7 @@ Printf = "<0.0.1, 1"
3232
REPL = "<0.0.1, 1"
3333
Random = "<0.0.1, 1"
3434
Test = "<0.0.1, 1"
35-
julia = "1"
35+
julia = "1.6"
3636

3737
[extras]
3838
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)