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 b127c45 commit 697e1fbCopy full SHA for 697e1fb
.github/workflows/CI.yml
@@ -10,7 +10,8 @@ jobs:
10
fail-fast: false
11
matrix:
12
version:
13
- - '1.6'
+ - '1.7'
14
+ - '1.8'
15
- '1.9'
16
- '1.10.0'
17
- 'nightly'
Project.toml
@@ -1,10 +1,10 @@
1
name = "StableTasks"
2
uuid = "91464d47-22a1-43fe-8b7f-2d57ee82463f"
3
authors = ["Mason Protter <[email protected]>"]
4
-version = "0.1.2"
+version = "0.1.3"
5
6
[compat]
7
-julia = "1.6"
+julia = "1.7"
8
9
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments