mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Runtime: Add final OTP 27 and preliminary Elixir 1.17 to the matrix
This commit is contained in:
parent
d81a844e1c
commit
ab274147d8
24
.github/workflows/runtime.yml
vendored
24
.github/workflows/runtime.yml
vendored
@ -151,17 +151,23 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
otp: ['23.0', '25', '26', '27.0-rc3']
|
otp: ['23.0', '25', '26', '27']
|
||||||
elixir: ['1.13', '1.15', '1.16']
|
elixir: ['1.13', '1.15', '1.16', '1.17']
|
||||||
exclude:
|
exclude:
|
||||||
- otp: '23.0'
|
- otp: '23.0'
|
||||||
elixir: '1.15'
|
elixir: '1.15'
|
||||||
- otp: '23.0'
|
- otp: '23.0'
|
||||||
elixir: '1.16'
|
elixir: '1.16'
|
||||||
|
- otp: '23.0'
|
||||||
|
elixir: '1.17'
|
||||||
- otp: '26'
|
- otp: '26'
|
||||||
elixir: '1.13'
|
elixir: '1.13'
|
||||||
- otp: '27.0-rc3'
|
- otp: '27'
|
||||||
elixir: '1.13'
|
elixir: '1.13'
|
||||||
|
- otp: '27'
|
||||||
|
elixir: '1.15'
|
||||||
|
- otp: '27'
|
||||||
|
elixir: '1.16'
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -285,17 +291,23 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
otp: ['23.0', '25', '26', '27.0-rc3']
|
otp: ['23.0', '25', '26', '27']
|
||||||
elixir: ['1.13', '1.15', '1.16']
|
elixir: ['1.13', '1.15', '1.16', '1.17']
|
||||||
exclude:
|
exclude:
|
||||||
- otp: '23.0'
|
- otp: '23.0'
|
||||||
elixir: '1.15'
|
elixir: '1.15'
|
||||||
- otp: '23.0'
|
- otp: '23.0'
|
||||||
elixir: '1.16'
|
elixir: '1.16'
|
||||||
|
- otp: '23.0'
|
||||||
|
elixir: '1.17'
|
||||||
- otp: '26'
|
- otp: '26'
|
||||||
elixir: '1.13'
|
elixir: '1.13'
|
||||||
- otp: '27.0-rc3'
|
- otp: '27'
|
||||||
elixir: '1.13'
|
elixir: '1.13'
|
||||||
|
- otp: '27'
|
||||||
|
elixir: '1.15'
|
||||||
|
- otp: '27'
|
||||||
|
elixir: '1.16'
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user