Skip to content

Commit 889d2e2

Browse files
committed
need julia 1.9+ (for parse(::Type{UInt8}, ::Vector{Char})
1 parent a91cd69 commit 889d2e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1.8' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
20+
- '1.9' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
2121
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
2222
os:
2323
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ authors = ["guoyongzhi <guo-yong-zhi@outlook.com>"]
44
version = "0.1.0"
55

66
[compat]
7-
julia = "1.8"
7+
julia = "1.9"
88

99
[deps]

0 commit comments

Comments
 (0)