From a54d6b6701d89411f964e6989817cd5e888136c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 15 May 2025 09:44:12 +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 c31b126..c4334e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: - master jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}} env: MIX_ENV: test @@ -14,10 +14,10 @@ jobs: fail-fast: false matrix: include: - - elixir: 1.11.4 - otp: 23.3 - - elixir: 1.17.1 - otp: 27.0 + - elixir: 1.14 + otp: 24.3 + - elixir: 1.18 + otp: 27.3 lint: true steps: - uses: actions/checkout@v4