From 305792f40991041598b8afbc8b656a9ec7e0d1d5 Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 22 Feb 2022 12:11:21 +0100 Subject: Test also with recent Erlang/OTP 25.0-rc1 --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index facd36764..f6b8168e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - otp: ['19.3', '24'] + otp: ['19.3', '24', '25.0-rc1'] include: - otp: '19.3' rebar: 2 @@ -33,6 +33,9 @@ jobs: - otp: '24' rebar: 3 os: ubuntu-20.04 + - otp: '25.0-rc1' + rebar: 3 + os: ubuntu-20.04 runs-on: ${{ matrix.os }} services: redis: @@ -52,7 +55,7 @@ jobs: shellcheck ejabberd.init.template shellcheck -x ejabberdctl.template - - name: Get previous Erlang/OTP + - name: Get specific Erlang/OTP uses: ErlGang/setup-erlang@master if: matrix.otp != 24 with: -- cgit v1.2.3