Skip to content

Commit cf0c7a8

Browse files
committed
Raise the minimum Elixir tested version to 1.14.0 (processone/ejabberd#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 0aae87a commit cf0c7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
elixir: ['1.13', '1.14', '1.15', '1.16', '1.17', '1.18']
24+
elixir: ['1.14', '1.15', '1.16', '1.17', '1.18']
2525
runs-on: ubuntu-24.04
2626
container:
2727
image: public.ecr.aws/docker/library/elixir:${{ matrix.elixir }}

0 commit comments

Comments
 (0)