24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

CI and Runtime: Update Erlang/OTP 27.0-rc3 to 27

This commit is contained in:
Badlop 2024-05-23 11:04:05 +02:00
parent bedfc2e188
commit ad7008a545
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: