From f8bde90fc27c3e004e9c20aff82d124ab215ac3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 24 Jun 2025 08:49:39 +0200 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe1223f..b4e0bd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: MIX_ENV: test strategy: @@ -16,11 +16,11 @@ jobs: matrix: include: - pair: - elixir: 1.11 - otp: 23.0 + elixir: 1.14 + otp: 24.2 - pair: - elixir: 1.17 - otp: 25.3 + elixir: 1.18 + otp: 27.3 lint: lint steps: - uses: actions/checkout@v2