Skip to content

Commit a8ad23d

Browse files
committed
Update CI versions
1 parent ed2d45f commit a8ad23d

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@v3
1515
- uses: erlef/setup-beam@v1
1616
with:
17-
otp-version: "25.1"
18-
gleam-version: "0.33.0"
17+
otp-version: "26.1"
18+
gleam-version: "1.0.0"
1919
rebar3-version: "3"
2020
- run: gleam test --target erlang
2121
- run: gleam test --target javascript

0 commit comments

Comments
 (0)