mirror of
https://github.com/processone/ejabberd.git
synced 2025-01-03 18:02:28 +01:00
CI and Runtime: Update Erlang/OTP 27.0-rc3 to 27
This commit is contained in:
parent
bedfc2e188
commit
ad7008a545
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
otp: ['20.0', '25', '26', '27.0-rc3']
|
||||
otp: ['20.0', '25', '26', '27']
|
||||
runs-on: ubuntu-20.04
|
||||
services:
|
||||
redis:
|
||||
|
2
.github/workflows/runtime.yml
vendored
2
.github/workflows/runtime.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
otp: ['20', '25', '26', '27.0-rc3']
|
||||
otp: ['20', '25', '26', '27']
|
||||
rebar: ['rebar', 'rebar3']
|
||||
runs-on: ubuntu-22.04
|
||||
container:
|
||||
|
Loading…
Reference in New Issue
Block a user