From d14cb1c10a2cb0d30de3765a688115be9abe3d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 18 Jun 2025 03:34:08 -0700 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 b1b06c8..6f2adf9 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.4 - otp: 23.2.7 + elixir: 1.14 + otp: 24.2 - pair: - elixir: 1.13.3 - otp: 24.2.2 + elixir: 1.17 + otp: 27.3 lint: lint steps: - uses: actions/checkout@v2