Skip to content

Commit 67d8875

Browse files
committed
Fix OTP version in CI
1 parent 878ef2b commit 67d8875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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@v4
1515
- uses: erlef/setup-beam@v1
1616
with:
17-
otp-version: "26.0.2"
18-
gleam-version: "1.4.1"
17+
otp-version: "27"
18+
gleam-version: "1"
1919
rebar3-version: "3"
2020
# elixir-version: "1.15.4"
2121
- run: gleam deps download

0 commit comments

Comments
 (0)