Skip to content

Commit a73bebd

Browse files
committed
ci: add otp 29
1 parent 98d2906 commit a73bebd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v6
1515
- uses: erlef/setup-beam@v1
1616
with:
17-
otp-version: "28"
17+
otp-version: "29"
1818
gleam-version: "1.16"
1919
rebar3-version: "3"
2020
- run: gleam deps download
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
otp-version: ["27", "28"]
28+
otp-version: ["27", "28", "29"]
2929
gleam-version: ["1.15", "1.16"]
3030
steps:
3131
- uses: actions/checkout@v6
@@ -51,7 +51,7 @@ jobs:
5151
node-version: ${{ matrix.node-version }}
5252
- uses: erlef/setup-beam@v1
5353
with:
54-
otp-version: "28"
54+
otp-version: "29"
5555
gleam-version: ${{ matrix.gleam-version }}
5656
rebar3-version: "3"
5757
- run: gleam deps download

0 commit comments

Comments
 (0)