Skip to content

Commit 1e0ccf3

Browse files
committed
Fix CI
1 parent 6f0c87f commit 1e0ccf3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: erlef/setup-beam@v1
1616
with:
17-
otp-version: "26.1"
18-
gleam-version: "0.32.2"
17+
otp-version: "27.0"
18+
gleam-version: "1.5.0"
1919
rebar3-version: "3"
2020
- run: gleam deps download
2121
- run: gleam test

gleam.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ links = [
1111
gleam = ">= 0.32.0"
1212

1313
[dependencies]
14-
gleam_stdlib = ">= 0.39.0 and < 1.0.0"
15-
gleam_json = ">= 1.0.1 and < 2.0.0"
14+
gleam_stdlib = ">= 0.39.0 and < 2.0.0"
15+
gleam_json = ">= 1.0.1 and < 3.0.0"
1616
gleam_http = ">= 3.6.0 and < 4.0.0"
1717

1818
[dev-dependencies]
19-
gleam_hackney = "~> 1.0"
19+
gleam_hackney = ">= 1.0.0 and < 2.0.0"

0 commit comments

Comments
 (0)