From cd4a8fd67f394de9cf266567bf5e59d33b5cb309 Mon Sep 17 00:00:00 2001 From: Duncan McGreggor Date: Tue, 28 Nov 2023 23:49:49 -0600 Subject: [PATCH] tomerl doesn't support older versions of Erlang. --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6fa68b3..e55b3d9 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -45,7 +45,7 @@ jobs: strategy: matrix: - otp_version: ['21.3', '22.3', '23.3'] + otp_version: ['23.3'] steps: - uses: actions/checkout@v2