Skip to content

Commit 80c94b9

Browse files
committed
chore: fix CI
1 parent d0b2d69 commit 80c94b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- uses: actions/[email protected]
1414
- uses: erlef/[email protected]
1515
with:
16-
otp-version: ">25.3"
16+
otp-version: "25.3"
1717
gleam-version: ">0.28.1"
18-
rebar3-version: ">3.20.0"
18+
rebar3-version: "3.20.0"
1919
- run: gleam format --check src test
2020
- run: gleam deps download
2121
- run: gleam test

0 commit comments

Comments
 (0)