Skip to content

Commit b62ee3e

Browse files
committed
Bump Elixir to 1.20 and Erlang/OTP to 29.0.1
1 parent 2a9dd73 commit b62ee3e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Build and Deploy
22

33
env:
4-
BUILD_OTP_VERSION: '28.3.1'
5-
BUILD_ELIXIR_VERSION: '1.19.5'
4+
BUILD_OTP_VERSION: '29.0.1'
5+
BUILD_ELIXIR_VERSION: '1.20.0'
66

77
on:
88
push:

elixir_buildpack.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
config_vars_to_export=(VM_COOKIE)
2-
erlang_version=28.3.1
3-
elixir_version=1.19.5
2+
erlang_version=29.0.1
3+
elixir_version=1.20.0

0 commit comments

Comments
 (0)