diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c036d7..336c576 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,9 @@ jobs: image: erlang:${{ matrix.otp }} steps: - uses: actions/checkout@v3 + if: matrix.otp < '20.3' + - uses: actions/checkout@v4 + if: matrix.otp >= '20.3' - run: ./configure - run: make - run: rebar3 compile