From eeef1504327e5cd59e880531679baf97b7e0271f Mon Sep 17 00:00:00 2001 From: akash-akya Date: Tue, 12 Mar 2024 23:40:00 +0530 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24018af..de444a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: otp: 25.x - elixir: 1.15.x otp: 26.x + - elixir: 1.16.x + otp: 27.x steps: - uses: erlef/setup-beam@v1 with: @@ -28,7 +30,7 @@ jobs: - run: mix deps.get - run: mix deps.unlock --check-unused - run: mix format --check-formatted - if: startsWith(matrix.elixir, '1.15') + if: startsWith(matrix.elixir, '1.16') - run: mix compile --force --warnings-as-errors - run: mix credo --strict - run: mix test --trace