From 3680ba58056a8921ccfad02881e26c17f6cf9e66 Mon Sep 17 00:00:00 2001 From: Lukasz Samson Date: Sat, 24 Jun 2023 10:44:00 +0200 Subject: [PATCH] run static analysis with 1.15 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b8c859bc..1bfdc3f42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: strategy: matrix: include: - - elixir: 1.14.x + - elixir: 1.15.x otp: 25.x steps: - uses: actions/checkout@v3