From fd0b414840e07ffacc5f0228d3c4ce42d6885a62 Mon Sep 17 00:00:00 2001 From: Joe Martinez Date: Wed, 4 Jun 2025 22:53:13 -0400 Subject: [PATCH 1/2] Updates runner to 24.04 and elixir to 1.18 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f5d520..e3e5601 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: - main jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 env: MIX_ENV: test strategy: @@ -15,7 +15,7 @@ jobs: include: - elixir: 1.11 otp: 21 - - elixir: 1.17 + - elixir: 1.18 otp: 27 lint: lint steps: From 3d71ec30f948368307e10fea4dafd34ed485e40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 5 Jun 2025 09:47:23 +0200 Subject: [PATCH 2/2] Update .github/workflows/ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3e5601..552db9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,8 @@ jobs: fail-fast: false matrix: include: - - elixir: 1.11 - otp: 21 + - elixir: 1.14 + otp: 24 - elixir: 1.18 otp: 27 lint: lint