From 54aa25248f89839f99a034df224ea07de38d5a1e Mon Sep 17 00:00:00 2001 From: Darwin D Wu Date: Sat, 25 Nov 2023 13:15:20 -0800 Subject: [PATCH] test with multiple versions --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74b1800..397eadc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,10 @@ jobs: test: name: Test runs-on: ubuntu-latest + strategy: + matrix: + elixir: [1.12, 1.13, 1.14, 1.15] + otp: [24.3, 25.3, 26.1] steps: - uses: actions/checkout@v3