CI: Add OTP 26.0-rc1 to the test matrix

But disable dialyzer in 26, as it complains verbosely without reason
This commit is contained in:
Badlop 2023-02-28 09:39:28 +01:00
parent 1c82daacb2
commit 37676757e3
1 changed files with 2 additions and 1 deletions

View File

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