From 29e90aa9a015ebd08666e3cd7beaf12d3bc23dca Mon Sep 17 00:00:00 2001 From: elbrujohalcon Date: Wed, 16 Oct 2024 16:23:53 +0200 Subject: [PATCH] brujo-update Stop building on OTP24 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b92125..146195a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - otp: ['24', '25', '26', '27'] + otp: ['25', '26', '27'] rebar: ['3.23'] steps: