From 17e4e6d323b8f5828193eca53506790766ed0c7c Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Fri, 15 Jan 2021 12:24:26 +0000 Subject: [PATCH] Prevent cowboy from breaking CI --- .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 b87129e..8122407 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: image: erlang:${{matrix.otp_vsn}} strategy: matrix: - otp_vsn: [19.3, 20.3, 21.3, 22.3, 23.2] + otp_vsn: [21.3, 22.3, 23.2] os: [ubuntu-latest] steps: - uses: actions/checkout@v2