aboutsummaryrefslogtreecommitdiffstats
path: root/early-plugins.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-05-24 10:33:49 +0200
committerLoïc Hoguin <[email protected]>2019-05-24 10:33:49 +0200
commit642e93c2a824ef05afc99780a63af4d3ac383fe7 (patch)
treea02e27668ef71d0dfd4cb32e324d07f608f7eca0 /early-plugins.mk
parentbd83db2f765959f5e6130c2eccb0c401b09def2b (diff)
downloadci.erlang.mk-642e93c2a824ef05afc99780a63af4d3ac383fe7.tar.gz
ci.erlang.mk-642e93c2a824ef05afc99780a63af4d3ac383fe7.tar.bz2
ci.erlang.mk-642e93c2a824ef05afc99780a63af4d3ac383fe7.zip
Add OTP-22.0 for Windows
Diffstat (limited to 'early-plugins.mk')
-rw-r--r--early-plugins.mk12
1 files changed, 8 insertions, 4 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 7a4572b..427b004 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -136,11 +136,13 @@ WINDOWS-OTP-18 := 18.0 18.1 18.2.1 18.3
WINDOWS-OTP-19 := 19.0 19.1 19.2 19.3
WINDOWS-OTP-20 := 20.0 20.1 20.2 20.3
WINDOWS-OTP-21 := 21.0.1 21.1 21.2 21.3
+WINDOWS-OTP-22 := 22.0
-WINDOWS-OTP-18+ := $(WINDOWS-OTP-18) $(WINDOWS-OTP-19) $(WINDOWS-OTP-20) $(WINDOWS-OTP-21)
-WINDOWS-OTP-19+ := $(WINDOWS-OTP-19) $(WINDOWS-OTP-20) $(WINDOWS-OTP-21)
-WINDOWS-OTP-20+ := $(WINDOWS-OTP-20) $(WINDOWS-OTP-21)
-WINDOWS-OTP-21+ := $(WINDOWS-OTP-21)
+WINDOWS-OTP-18+ := $(WINDOWS-OTP-18) $(WINDOWS-OTP-19) $(WINDOWS-OTP-20) $(WINDOWS-OTP-21) $(WINDOWS-OTP-22)
+WINDOWS-OTP-19+ := $(WINDOWS-OTP-19) $(WINDOWS-OTP-20) $(WINDOWS-OTP-21) $(WINDOWS-OTP-22)
+WINDOWS-OTP-20+ := $(WINDOWS-OTP-20) $(WINDOWS-OTP-21) $(WINDOWS-OTP-22)
+WINDOWS-OTP-21+ := $(WINDOWS-OTP-21) $(WINDOWS-OTP-22)
+WINDOWS-OTP-22+ := $(WINDOWS-OTP-22)
WINDOWS-OTP-LATEST := $(lastword $(WINDOWS-OTP-18+))
@@ -166,6 +168,8 @@ WINDOWS-OTP-21.1-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl10.1/bin)
WINDOWS-OTP-21.2-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl10.2/bin)
WINDOWS-OTP-21.3-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl10.3/bin)
+WINDOWS-OTP-22.0-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl10.4/bin)
+
# We have to duplicate this for it to work as
# it is not yet defined when we define this.
ci_windows_verbose_0 = @echo " CI " $(1);