CI: Update Erlang/OTP to 26.0-rc3

This commit is contained in:
Badlop 2023-04-17 12:20:40 +02:00
parent e1a8980d6c
commit c271d73dbd
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: ['20.0', '25.3', '26.0-rc2']
otp: ['20.0', '25.3', '26.0-rc3']
runs-on: ubuntu-20.04
services:
redis:
@ -149,7 +149,7 @@ jobs:
- run: make options
- run: make xref
- run: make dialyzer
if: matrix.otp != '26.0-rc2'
if: matrix.otp != '26.0-rc3'
- name: Check Production Release
run: |