Skip to content

Commit

Permalink
make-binaries: Bump Erlang/OTP version to 27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
weiss committed Jan 2, 2025
1 parent aa8957f commit 2b2551b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4

- name: Test shell scripts
if: matrix.otp == '26'
if: matrix.otp == '27'
run: |
shellcheck test/ejabberd_SUITE_data/gencerts.sh
shellcheck tools/captcha.sh
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
grep -q "is started in" $RE/logs/ejabberd.log
- name: Run XMPP Interoperability Tests against CI server.
if: matrix.otp == '26'
if: matrix.otp == '27'
continue-on-error: true
uses: XMPP-Interop-Testing/[email protected]
with:
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
find logs/ -name exunit.log -exec cat '{}' ';'
- name: Send to coveralls
if: matrix.otp == '26'
if: matrix.otp == '27'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion tools/make-binaries
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ expat_vsn='2.6.4'
zlib_vsn='1.3.1'
yaml_vsn='0.2.5'
ssl_vsn='3.4.0'
otp_vsn='26.2.5.4'
otp_vsn='27.2'
elixir_vsn='1.18.1'
pam_vsn='1.6.1'
png_vsn='1.6.44'
Expand Down

0 comments on commit 2b2551b

Please sign in to comment.