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 2d2c40e commit 38b2aecCopy full SHA for 38b2aec
.github/workflows/ci.yml
@@ -17,8 +17,8 @@ jobs:
17
fail-fast: false
18
matrix:
19
version:
20
- - '1.5' # Replace this with the minimum Julia version that your package supports.
21
- # - '1' # automatically expands to the latest stable 1.x release of Julia
+ - '1.6' # Replace this with the minimum Julia version that your package supports.
+ - '1' # automatically expands to the latest stable 1.x release of Julia
22
- 'nightly'
23
os:
24
- ubuntu-latest
Project.toml
@@ -1,10 +1,10 @@
1
name = "Functors"
2
uuid = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
3
authors = ["Mike J Innes <[email protected]>"]
4
-version = "0.2.7"
+version = "0.2.8"
5
6
[compat]
7
-julia = "1"
+julia = "1.6"
8
Documenter = "0.27"
9
10
[extras]
0 commit comments