diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5c5b978..6f7fbee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,15 +15,16 @@ jobs: strategy: matrix: - otp_version: ['23.1', '22.3.4.2', '21.3.8.16', '20.3.8.21'] + otp_version: ['24', '23', '22', '21'] os: [ubuntu-latest] steps: - uses: actions/checkout@v2 - - uses: bajankristof/setup-erlang@master + - uses: erlef/setup-beam@v1 with: otp-version: ${{ matrix.otp_version }} + rebar3-version: '3.14' - name: Compile run: rebar3 compile diff --git a/rebar.config b/rebar.config index d331b95..07ba484 100644 --- a/rebar.config +++ b/rebar.config @@ -18,7 +18,7 @@ ]} ]}, {test, [ - {deps, [{hackney, "1.16.0"}]} + {deps, [{hackney, "1.17.4"}]} ]} ]}.