aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-12-04 10:43:17 +0100
committerLoïc Hoguin <[email protected]>2023-12-04 11:08:09 +0100
commit284bf3c4c6a6e33534e285d3869f86f9592ad31a (patch)
treebeea75ebb1c0579137a5ccbd4fa35746cb9aa50a /Makefile
parent706594d9c80bc06a2681d2319ab7196478eb7bc4 (diff)
downloadranch-284bf3c4c6a6e33534e285d3869f86f9592ad31a.tar.gz
ranch-284bf3c4c6a6e33534e285d3869f86f9592ad31a.tar.bz2
ranch-284bf3c4c6a6e33534e285d3869f86f9592ad31a.zip
Use GitHub actions for testing Ranch
Now tested against OTP-24+. Erlang.mk has been updated as well.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 537c0e3..56222ee 100644
--- a/Makefile
+++ b/Makefile
@@ -30,10 +30,8 @@ CONCUERROR_TESTS = ranch_concuerror:start_stop ranch_concuerror:info
dep_ci.erlang.mk = git https://github.com/ninenines/ci.erlang.mk master
DEP_EARLY_PLUGINS = ci.erlang.mk
-AUTO_CI_OTP ?= OTP-22+
-AUTO_CI_HIPE ?= OTP-LATEST
-# AUTO_CI_ERLLVM ?= OTP-LATEST
-AUTO_CI_WINDOWS ?= OTP-22+
+AUTO_CI_OTP ?= OTP-LATEST-24+
+AUTO_CI_WINDOWS ?= OTP-LATEST-24+
# Hex configuration.