From 77e5b99c7d6a1e3aed7f9fc8ee6c4872ea3a7d35 Mon Sep 17 00:00:00 2001 From: Viacheslav Katsuba Date: Sat, 25 Mar 2023 15:44:36 +0200 Subject: [PATCH] Fix erlef/setup-beam@v1 (#23) --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f39df7c..e77bb89 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,12 +15,13 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - otp: [23, 24, 25] + otp: [24, 25] rebar: [3.20.0] steps: - uses: actions/checkout@v3 - uses: erlef/setup-beam@v1 with: + version-type: strict otp-version: ${{matrix.otp}} rebar3-version: ${{matrix.rebar}} - name: Bootstrap