From e1571624cb9c3ef2b007dd1ce32345dba1d96659 Mon Sep 17 00:00:00 2001 From: Isaac Whitfield Date: Sun, 24 Dec 2023 03:54:00 -0800 Subject: [PATCH] Update to latest build matrix --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 052d599..0a56489 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,8 @@ jobs: fail-fast: false matrix: elixir: + - '1.16' + - '1.15' - '1.14' - '1.13' - '1.12' @@ -44,7 +46,7 @@ jobs: name: Coverage runs-on: ubuntu-latest container: - image: elixir:1.14 + image: elixir:1.16 env: MIX_ENV: cover steps: @@ -66,7 +68,7 @@ jobs: name: Linting runs-on: ubuntu-latest container: - image: elixir:1.14 + image: elixir:1.16 steps: - uses: actions/checkout@v3