From 73b6973a74dbea9c733bc7de4776fe5441dd0523 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Fri, 16 Apr 2021 01:28:22 -0400 Subject: [PATCH] Boost minimum tested version to 1.9 Add erlang 22 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95c814f..9884f0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: otp: [21.x] - elixir: [1.8.x, 1.11.x] + elixir: [1.9.x, 1.11.x] steps: - uses: actions/checkout@v2 @@ -42,8 +42,8 @@ jobs: strategy: matrix: - otp: [21.x] - elixir: [1.8.x, 1.11.x] + otp: [21.x, 22.x] + elixir: [1.9.x, 1.11.x] services: db: