This is an automated email from the ASF dual-hosted git repository. big-r81 pushed a commit to branch erl-otp27-and-elixir-1.20 in repository https://gitbox.apache.org/repos/asf/couchdb-glazier.git
commit 9f5d8ea254895085821830b47af8ebd8209fef98 Author: Ronny Berndt <[email protected]> AuthorDate: Sun Jun 14 17:53:52 2026 +0200 Use Erlang OTP27 and Elixir 1.20.1 --- bin/variables.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/variables.ps1 b/bin/variables.ps1 index 0657097..c112e2f 100644 --- a/bin/variables.ps1 +++ b/bin/variables.ps1 @@ -26,7 +26,7 @@ $vcpkgBase = "${vcpkgInstallPath}\installed\x64-windows" # ERLANG BUILD SETTINGS # Download location of the Erlang/OTP Environment for Windows (x64) -$erlVersion = "26.2.5.20" +$erlVersion = "27.3.4.13" $erlBuildUri = "https://github.com/erlang/otp/releases/download/OTP-${erlVersion}/otp_win64_${erlVersion}.exe" $erlBuildFile = "${artifactDir}\$(Split-Path $erlBuildUri -Leaf)" $erlDir = "erl-${erlVersion}" @@ -35,8 +35,8 @@ $erlInstallPath = "${toolsDir}\${erlDir}" # ERLANG BUILD SETTINGS # Download location of the Elixir binaries for Windows (x64) -$elxVersion = "1.18.3" -$elxBuildUri = "https://github.com/elixir-lang/elixir/releases/download/v${elxVersion}/elixir-otp-26.zip" +$elxVersion = "1.20.1" +$elxBuildUri = "https://github.com/elixir-lang/elixir/releases/download/v${elxVersion}/elixir-otp-27.zip" $elxBuildFile = "${artifactDir}\$(Split-Path $elxBuildUri -Leaf)" $elxDir = "elixir-${elxVersion}" $elxInstallPath = "${toolsDir}\${elxDir}"
