From ca9f738fa91dd111c5bfc784cad920dfdaf2f8d4 Mon Sep 17 00:00:00 2001 From: Mario Uher Date: Mon, 25 Dec 2023 23:39:10 +0100 Subject: [PATCH] Test on Elixir 1.16 --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/test.yml | 9 ++++++++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c49c97a..bad06b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,14 +12,14 @@ jobs: MIX_ENV: test strategy: fail-fast: true - # https://hexdocs.pm/elixir/1.14.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp + # https://hexdocs.pm/elixir/1.16.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp matrix: include: - - elixir: 1.15 + - elixir: 1.16 otp: 24.x - - elixir: 1.15 + - elixir: 1.16 otp: 25.x - - elixir: 1.15 + - elixir: 1.16 otp: 26.x steps: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e61b28b..046ae11 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: MIX_ENV: test strategy: fail-fast: true - # https://hexdocs.pm/elixir/1.14.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp + # https://hexdocs.pm/elixir/1.16.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp matrix: include: - elixir: 1.11 @@ -54,6 +54,13 @@ jobs: - elixir: 1.15 otp: 26.x + - elixir: 1.16 + otp: 24.x + - elixir: 1.16 + otp: 25.x + - elixir: 1.16 + otp: 26.x + steps: - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1