Skip to content

Commit 38b2aec

Browse files
committed
bump version, lower bound, testing
1 parent 2d2c40e commit 38b2aec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
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
20+
- '1.6' # Replace this with the minimum Julia version that your package supports.
21+
- '1' # automatically expands to the latest stable 1.x release of Julia
2222
- 'nightly'
2323
os:
2424
- ubuntu-latest

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name = "Functors"
22
uuid = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
33
authors = ["Mike J Innes <[email protected]>"]
4-
version = "0.2.7"
4+
version = "0.2.8"
55

66
[compat]
7-
julia = "1"
7+
julia = "1.6"
88
Documenter = "0.27"
99

1010
[extras]

0 commit comments

Comments
 (0)