mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
CI: Update Erlang/OTP to 26.0-rc3
This commit is contained in:
parent
e1a8980d6c
commit
c271d73dbd
4
.github/workflows/ci.yml
vendored
4
.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-rc2']
|
otp: ['20.0', '25.3', '26.0-rc3']
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
@ -149,7 +149,7 @@ jobs:
|
|||||||
- run: make options
|
- run: make options
|
||||||
- run: make xref
|
- run: make xref
|
||||||
- run: make dialyzer
|
- run: make dialyzer
|
||||||
if: matrix.otp != '26.0-rc2'
|
if: matrix.otp != '26.0-rc3'
|
||||||
|
|
||||||
- name: Check Production Release
|
- name: Check Production Release
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user