Skip to content

Commit 690d142

Browse files
fix CI
1 parent 1e67181 commit 690d142

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
@@ -14,8 +14,8 @@ jobs:
1414
- uses: actions/checkout@v3.5.3
1515
- uses: erlef/setup-beam@v1.18.0
1616
with:
17-
otp-version: "27"
18-
gleam-version: "1.8.0"
17+
otp-version: "28"
18+
gleam-version: "1.12.0-rc2"
1919
rebar3-version: "3"
2020
- run: gleam format --check src test
2121
- run: gleam deps download

0 commit comments

Comments
 (0)