Skip to content

Commit add7161

Browse files
DilumAluthgeaviks
andauthored
Require HTTP.jl v1.10.17 and URIs.jl v1.6, and require Julia 1.6+ (#225)
* Require HTTP.jl v1.10.17 * Require URIs v1.6.0 * Bump the minor version number (GitHub.jl 5.9.1 --> 5.10.0) * do not support julia 1.0 any more. 1.6+ only --------- Co-authored-by: Avik Sengupta <[email protected]>
1 parent bee8866 commit add7161

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '1.0'
18+
- '1.6'
1919
- '1' # automatically expands to the latest stable 1.x release of Julia.
2020
- 'nightly'
2121
os:

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "GitHub"
22
uuid = "bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26"
3-
version = "5.9.1"
3+
version = "5.10.0"
44

55
[deps]
66
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -13,12 +13,12 @@ SodiumSeal = "2133526b-2bfb-4018-ac12-889fb3908a75"
1313
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
1414

1515
[compat]
16-
HTTP = "0.9, 1"
17-
URIs = "1.1"
16+
HTTP = "1.10.17" # Must be >= 1.10.17, see https://github.com/JuliaWeb/GitHub.jl/pull/225
17+
URIs = "1.6" # Must be >= 1.6, see https://github.com/JuliaWeb/GitHub.jl/pull/225
1818
JSON = "0.19, 0.20, 0.21"
1919
MbedTLS = "0.6, 0.7, 1"
2020
SodiumSeal = "0.1"
21-
julia = "0.7, 1"
21+
julia = "1.6"
2222

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

0 commit comments

Comments
 (0)