mirror of
https://github.com/processone/ejabberd
synced 2025-10-04 02:09:33 +02:00
Update tests to Erlang/OTP 26 and recent Elixir
This commit is contained in:
parent
480b42b36d
commit
b3eeac637f
2 changed files with 15 additions and 7 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
otp: ['20.0', '25.3', '26.0-rc3']
|
otp: ['20.0', '25.3', '26']
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
|
|
20
.github/workflows/runtime.yml
vendored
20
.github/workflows/runtime.yml
vendored
|
@ -111,23 +111,31 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
otp: ['21.3', '22.0', '25.0']
|
otp: ['21.3', '25.0', '26']
|
||||||
elixir: ['1.10.3', '1.11.4', '1.12.3', '1.13.0', '1.14.0']
|
elixir: ['1.10.3', '1.11.4', '1.12.3', '1.13.4', '1.14.5', '1.15']
|
||||||
exclude:
|
exclude:
|
||||||
- otp: '21.3'
|
- otp: '21.3'
|
||||||
elixir: '1.12.3'
|
elixir: '1.12.3'
|
||||||
- otp: '21.3'
|
- otp: '21.3'
|
||||||
elixir: '1.13.0'
|
elixir: '1.13.4'
|
||||||
- otp: '21.3'
|
- otp: '21.3'
|
||||||
elixir: '1.14.0'
|
elixir: '1.14.5'
|
||||||
- otp: '22.0'
|
- otp: '21.3'
|
||||||
elixir: '1.14.0'
|
elixir: '1.15'
|
||||||
- otp: '25.0'
|
- otp: '25.0'
|
||||||
elixir: '1.10.3'
|
elixir: '1.10.3'
|
||||||
- otp: '25.0'
|
- otp: '25.0'
|
||||||
elixir: '1.11.4'
|
elixir: '1.11.4'
|
||||||
- otp: '25.0'
|
- otp: '25.0'
|
||||||
elixir: '1.12.3'
|
elixir: '1.12.3'
|
||||||
|
- otp: '26'
|
||||||
|
elixir: '1.10.3'
|
||||||
|
- otp: '26'
|
||||||
|
elixir: '1.11.4'
|
||||||
|
- otp: '26'
|
||||||
|
elixir: '1.12.3'
|
||||||
|
- otp: '26'
|
||||||
|
elixir: '1.13.4'
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue