Skip to content

Commit 697e1fb

Browse files
committed
drop v1.6
1 parent b127c45 commit 697e1fb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '1.6'
13+
- '1.7'
14+
- '1.8'
1415
- '1.9'
1516
- '1.10.0'
1617
- 'nightly'

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name = "StableTasks"
22
uuid = "91464d47-22a1-43fe-8b7f-2d57ee82463f"
33
authors = ["Mason Protter <[email protected]>"]
4-
version = "0.1.2"
4+
version = "0.1.3"
55

66
[compat]
7-
julia = "1.6"
7+
julia = "1.7"
88

99
[extras]
1010
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)