From f9326985eb28b7803561e46c22cf5e3c8b3b51c8 Mon Sep 17 00:00:00 2001 From: vkatsuba Date: Fri, 4 Jun 2021 12:14:17 +0300 Subject: [PATCH] Update CI --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e17513e3..2929c29b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,9 +14,9 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - otp: [21.3.8.18, 22.0.7, 22.1.8, 22.2.8, 22.3.4.14, 23.0.4, 23.1.5.0, 23.2.1.0, 24.0.1] + otp: ["23.1", "23.2", "23.3", "24.0"] container: - image: erlang:${{ matrix.otp }}-alpine + image: quay.io/travelping/alpine-erlang:${{ matrix.otp }} steps: - name: Prepare run: |