CI and Runtime: Now ejabberd and dependencies can compile with OTP 27.0-rc3

This commit is contained in:
Badlop 2024-04-29 17:56:11 +02:00
parent 025e2a5760
commit 392d7ee30b
2 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: ['20.0', '25', '26', '27.0-rc1']
otp: ['20.0', '25', '26', '27.0-rc3']
runs-on: ubuntu-20.04
services:
redis:

View File

@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: ['20', '25', '26', '27.0-rc1']
otp: ['20', '25', '26', '27.0-rc3']
rebar: ['rebar', 'rebar3']
runs-on: ubuntu-22.04
container:
@ -148,7 +148,7 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: ['23.0', '25', '26', '27.0-rc1']
otp: ['23.0', '25', '26', '27.0-rc3']
elixir: ['1.13.4', '1.15.7', '1.16']
exclude:
- otp: '23.0'
@ -157,7 +157,7 @@ jobs:
elixir: '1.16'
- otp: '26'
elixir: '1.13.4'
- otp: '27.0-rc1'
- otp: '27.0-rc3'
elixir: '1.13.4'
runs-on: ubuntu-20.04
@ -282,7 +282,7 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: ['23.0', '25', '26', '27.0-rc1']
otp: ['23.0', '25', '26', '27.0-rc3']
elixir: ['1.13.4', '1.15.7', '1.16']
exclude:
- otp: '23.0'
@ -291,7 +291,7 @@ jobs:
elixir: '1.16'
- otp: '26'
elixir: '1.13.4'
- otp: '27.0-rc1'
- otp: '27.0-rc3'
elixir: '1.13.4'
runs-on: ubuntu-20.04