aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2025-10-01 14:36:26 +0200
committerLoïc Hoguin <[email protected]>2025-10-01 14:36:26 +0200
commitec5799e15917f597e79e4c81601af321597ce265 (patch)
tree5347391fa7ef033ff8c083d832bbe77933881e92
parent8898344c0f31321c885405f907e7843b30e49711 (diff)
downloadci.erlang.mk-ec5799e15917f597e79e4c81601af321597ce265.tar.gz
ci.erlang.mk-ec5799e15917f597e79e4c81601af321597ce265.tar.bz2
ci.erlang.mk-ec5799e15917f597e79e4c81601af321597ce265.zip
Add missing OTP-27.3 on Windows
-rw-r--r--early-plugins.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 58098ba..d842e0c 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -211,7 +211,7 @@ WINDOWS-OTP-23 := 23.0 23.1 23.2 23.3
WINDOWS-OTP-24 := 24.0 24.1 24.2 24.3
WINDOWS-OTP-25 := 25.0 25.1 25.2 25.3
WINDOWS-OTP-26 := 26.0 26.1 26.2
-WINDOWS-OTP-27 := 27.0 27.1 27.2
+WINDOWS-OTP-27 := 27.0 27.1 27.2 27.3
WINDOWS-OTP-28 := 28.0 28.1
WINDOWS-OTP-18+ := $(WINDOWS-OTP-18) $(WINDOWS-OTP-19) $(WINDOWS-OTP-20) $(WINDOWS-OTP-21) \
@@ -317,6 +317,7 @@ WINDOWS-OTP-26.2-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-26.2/bin)
WINDOWS-OTP-27.0-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-27.0/bin)
WINDOWS-OTP-27.1-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-27.1/bin)
WINDOWS-OTP-27.2-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-27.2/bin)
+WINDOWS-OTP-27.3-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-27.3/bin)
WINDOWS-OTP-28.0-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-28.0/bin)
WINDOWS-OTP-28.1-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-28.1/bin)