aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-04-27 13:30:17 +0200
committerBadlop <badlop@process-one.net>2022-05-02 13:20:52 +0200
commitc5f9652019bba8220b4cd73b8d44d147850fbfca (patch)
tree390533404df0674a10140ca7c52550867d45af9e /.github
parentUpdate rebar3 binary, works from Erlang/OTP 22 to 25 (diff)
CI: Update to test latest OTP 25.0-rc3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index abe20503f..8a9502f63 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', '25.0-rc1']
+ otp: ['19.3', '24', '25.0-rc3']
include:
- otp: '19.3'
rebar: 2
@@ -33,7 +33,7 @@ jobs:
- otp: '24'
rebar: 3
os: ubuntu-20.04
- - otp: '25.0-rc1'
+ - otp: '25.0-rc3'
rebar: 3
os: ubuntu-20.04
runs-on: ${{ matrix.os }}