This is an automated email from the ASF dual-hosted git repository.

big-r81 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-glazier.git


The following commit(s) were added to refs/heads/main by this push:
     new 4f24bdc  Use Erlang OTP27 and Elixir 1.20.1
4f24bdc is described below

commit 4f24bdcb9707b53ad47d18396f66754fec043da1
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}"

Reply via email to