Drop no longer supported OTP 21 and 22

This commit is contained in:
Sean Hinde 2023-01-16 15:32:37 +01:00
parent 252a1cfeae
commit 87584a8c47

View File

@ -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