From fbb1b1fe919d8b3eac0d96278363013bcac998b7 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Sat, 12 Aug 2023 20:33:05 -0600 Subject: [PATCH] ci: add 1.15 tests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d121d2..41d2bbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,8 +46,8 @@ jobs: strategy: fail-fast: false matrix: - os: ["ubuntu-20.04"] - elixir: ["1.14", "1.13", "1.12"] + os: ["ubuntu-latest"] + elixir: ["1.15", "1.14", "1.13", "1.12"] otp: ["25", "24", "23"] exclude: - elixir: "1.12"