aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-02-22 12:11:21 +0100
committerBadlop <badlop@process-one.net>2022-02-24 01:03:01 +0100
commit305792f40991041598b8afbc8b656a9ec7e0d1d5 (patch)
tree200c1ed81ac21f020c000a948ae057dce1296637 /.github/workflows/ci.yml
parentUpdate jiffy and p1_acme in mix.lock (diff)
Test also with recent Erlang/OTP 25.0-rc1
Diffstat (limited to '')
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 5 insertions, 2 deletions
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: