aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }}