mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 10:39:29 +02:00
make-binaries: Bump Erlang/OTP version to 27.2
This commit is contained in:
parent
aa8957f137
commit
2b2551bc50
2 changed files with 4 additions and 4 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Test shell scripts
|
- name: Test shell scripts
|
||||||
if: matrix.otp == '26'
|
if: matrix.otp == '27'
|
||||||
run: |
|
run: |
|
||||||
shellcheck test/ejabberd_SUITE_data/gencerts.sh
|
shellcheck test/ejabberd_SUITE_data/gencerts.sh
|
||||||
shellcheck tools/captcha.sh
|
shellcheck tools/captcha.sh
|
||||||
|
@ -153,7 +153,7 @@ jobs:
|
||||||
grep -q "is started in" $RE/logs/ejabberd.log
|
grep -q "is started in" $RE/logs/ejabberd.log
|
||||||
|
|
||||||
- name: Run XMPP Interoperability Tests against CI server.
|
- name: Run XMPP Interoperability Tests against CI server.
|
||||||
if: matrix.otp == '26'
|
if: matrix.otp == '27'
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: XMPP-Interop-Testing/xmpp-interop-tests-action@v1.4.0
|
uses: XMPP-Interop-Testing/xmpp-interop-tests-action@v1.4.0
|
||||||
with:
|
with:
|
||||||
|
@ -203,7 +203,7 @@ jobs:
|
||||||
find logs/ -name exunit.log -exec cat '{}' ';'
|
find logs/ -name exunit.log -exec cat '{}' ';'
|
||||||
|
|
||||||
- name: Send to coveralls
|
- name: Send to coveralls
|
||||||
if: matrix.otp == '26'
|
if: matrix.otp == '27'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -71,7 +71,7 @@ expat_vsn='2.6.4'
|
||||||
zlib_vsn='1.3.1'
|
zlib_vsn='1.3.1'
|
||||||
yaml_vsn='0.2.5'
|
yaml_vsn='0.2.5'
|
||||||
ssl_vsn='3.4.0'
|
ssl_vsn='3.4.0'
|
||||||
otp_vsn='26.2.5.4'
|
otp_vsn='27.2'
|
||||||
elixir_vsn='1.18.1'
|
elixir_vsn='1.18.1'
|
||||||
pam_vsn='1.6.1'
|
pam_vsn='1.6.1'
|
||||||
png_vsn='1.6.44'
|
png_vsn='1.6.44'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue