From 87584a8c47bd4670cb245a3d4109609e1b5ad2f5 Mon Sep 17 00:00:00 2001 From: Sean Hinde Date: Mon, 16 Jan 2023 15:32:37 +0100 Subject: [PATCH] Drop no longer supported OTP 21 and 22 --- .circleci/config.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ba0225c..b98ce1c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -61,18 +61,6 @@ commands: name: Test command: make test jobs: - ubuntu_2004_otp21: - executor: ubuntu_2004 - steps: - - setup_ubuntu: - OTP_VERSION: "21.3.8.24" - - run_build - ubuntu_2004_otp22: - executor: ubuntu_2004 - steps: - - setup_ubuntu: - OTP_VERSION: "22.3.4.26" - - run_build ubuntu_2004_otp23: executor: ubuntu_2004 steps: @@ -93,8 +81,6 @@ jobs: workflows: check: jobs: - - ubuntu_2004_otp21 - - ubuntu_2004_otp22 - ubuntu_2004_otp23 - macos_1106_otp23 - nix_alpine