Skip to content

Commit 05b0037

Browse files
committed
Raise the minimum Elixir tested version to 1.14.0 (#4281)
Cannot test with Elixir 1.13.4 because its container image includes Erlang/OTP 24.3 that ejabberd does not support anymore.
1 parent 54796f8 commit 05b0037

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/runtime.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
strategy:
170170
fail-fast: false
171171
matrix:
172-
elixir: ['1.13', '1.14', '1.15', '1.16', '1.17', '1.18']
172+
elixir: ['1.14', '1.15', '1.16', '1.17', '1.18']
173173
runs-on: ubuntu-24.04
174174
container:
175175
image: public.ecr.aws/docker/library/elixir:${{ matrix.elixir }}
@@ -292,7 +292,7 @@ jobs:
292292
strategy:
293293
fail-fast: false
294294
matrix:
295-
elixir: ['1.13', '1.14', '1.15', '1.16', '1.17', '1.18']
295+
elixir: ['1.14', '1.15', '1.16', '1.17', '1.18']
296296
runs-on: ubuntu-24.04
297297
container:
298298
image: public.ecr.aws/docker/library/elixir:${{ matrix.elixir }}
@@ -349,7 +349,6 @@ jobs:
349349
- run: make dialyzer
350350

351351
- run: make edoc
352-
if: matrix.elixir >= '1.14'
353352

354353
- name: Run rel
355354
run: |

COMPILE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ Other optional libraries are:
2828
- PAM library, for Pluggable Authentication Modules (PAM)
2929
- ImageMagick's Convert program and Ghostscript fonts, for CAPTCHA
3030
challenges
31-
- Elixir ≥ 1.10.3, for Elixir support. It is recommended Elixir 1.13.4 or higher
32-
and Erlang/OTP 23.0 or higher.
31+
- Elixir ≥ 1.10.3, for Elixir support. It is recommended Elixir 1.14.0 or higher
3332

3433
If your system splits packages in libraries and development headers,
3534
install the development packages too.

0 commit comments

Comments
 (0)