From 2ce26778ff894d3b0ef298f1769785ec8c09a8c6 Mon Sep 17 00:00:00 2001 From: akash-akya Date: Mon, 27 May 2024 22:16:01 +0530 Subject: [PATCH] Update GitHub action --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2cd1a20..f998326 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,6 +18,8 @@ jobs: otp: 24.x - elixir: 1.15.x otp: 25.x + - elixir: 1.16.x + otp: 26.x steps: - uses: erlef/setup-beam@v1