Skip to content

Commit

Permalink
CI and Runtime: Now ejabberd and dependencies can compile with OTP 27…
Browse files Browse the repository at this point in the history
….0-rc3
  • Loading branch information
badlop committed May 2, 2024
1 parent 025e2a5 commit 392d7ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'
Expand All @@ -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

Expand Down Expand Up @@ -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'
Expand All @@ -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

Expand Down

0 comments on commit 392d7ee

Please sign in to comment.