Skip to content

Commit 1218418

Browse files
committed
chore: upgraded version of elixir and erlang
1 parent 312d1b1 commit 1218418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- uses: erlef/setup-beam@v1
2424
if: ${{ steps.release.outputs.release_created }}
2525
with:
26-
otp-version: 25.0.3
27-
elixir-version: 1.13.4
26+
otp-version: 26.0.2
27+
elixir-version: 1.15.4
2828
- run: mix do deps.get, deps.compile
2929
if: ${{ steps.release.outputs.release_created }}
3030
- run: mix hex.build

0 commit comments

Comments
 (0)