From 81434d477b93129eced2180cb4f5a0bc7e634703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sun, 22 Jun 2025 10:33:26 -0700 Subject: [PATCH 1/3] Update ci.yml --- .github/workflows/ci.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac8a40e..3cb080b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,22 +17,14 @@ jobs: fail-fast: false matrix: include: - # Latest supported versions. - os: ubuntu-22.04 elixir: "1.18" otp: "27.2" lint: true - # This is a middle ground: it's old versions that we probably want to start - # requiring at some point, but technically we support older. - - os: ubuntu-20.04 - elixir: "1.13" - otp: "22.3" - - # Oldest supported versions. - - os: ubuntu-20.04 - elixir: "1.11" - otp: "21.3.8.24" + - os: ubuntu-22.04 + elixir: "1.14" + otp: "23.3" steps: - name: Check out this repository From 064d4e647ee034a27cca4116f542242089eda0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sun, 22 Jun 2025 10:34:18 -0700 Subject: [PATCH 2/3] Update .github/workflows/ci.yml --- .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 3cb080b..bc23c02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - os: ubuntu-22.04 elixir: "1.14" - otp: "23.3" + otp: "23.2" steps: - name: Check out this repository From 9183dafe9ae2aba054348857fd2ce39b6b56d778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sun, 22 Jun 2025 10:34:59 -0700 Subject: [PATCH 3/3] Update .github/workflows/ci.yml --- .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 bc23c02..87fc83b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - os: ubuntu-22.04 elixir: "1.14" - otp: "23.2" + otp: "24.2" steps: - name: Check out this repository