From d64ac25e925569d31d702a5af075ee48814c9caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 24 Nov 2023 11:39:55 +0100 Subject: Use GitHub actions for testing Cowboy Now tested against OTP-24+. Erlang.mk has been updated as well. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 368d30f..d7f4c05 100644 --- a/Makefile +++ b/Makefile @@ -29,10 +29,10 @@ dep_gun = git https://github.com/ninenines/gun master dep_ci.erlang.mk = git https://github.com/ninenines/ci.erlang.mk master DEP_EARLY_PLUGINS = ci.erlang.mk -AUTO_CI_OTP ?= OTP-LATEST-22+ +AUTO_CI_OTP ?= OTP-LATEST-24+ AUTO_CI_HIPE ?= OTP-LATEST # AUTO_CI_ERLLVM ?= OTP-LATEST -AUTO_CI_WINDOWS ?= OTP-LATEST-22+ +AUTO_CI_WINDOWS ?= OTP-LATEST-24+ # Hex configuration. -- cgit v1.2.3