aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-11-24 11:39:55 +0100
committerLoïc Hoguin <[email protected]>2023-12-01 10:00:33 +0100
commitd64ac25e925569d31d702a5af075ee48814c9caa (patch)
tree102da8c617eb58b6ae303e37893d42d27666bc88 /Makefile
parentb2a16a2ee6ffbc9b9f4417d8b7ee90248c0cc1e3 (diff)
downloadcowboy-d64ac25e925569d31d702a5af075ee48814c9caa.tar.gz
cowboy-d64ac25e925569d31d702a5af075ee48814c9caa.tar.bz2
cowboy-d64ac25e925569d31d702a5af075ee48814c9caa.zip
Use GitHub actions for testing Cowboy
Now tested against OTP-24+. Erlang.mk has been updated as well.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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.