From 40d4a836001f03615fcafc194c184480b1fde104 Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Wed, 23 Apr 2025 15:46:23 -0500 Subject: [PATCH 1/2] ci: Update to use ubuntu-latest --- .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 989a53b..73d6a7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ on: push jobs: mix-test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest services: db: image: postgres:latest From a662c6903d7ef3cb2eac1830abafee59b1218648 Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Wed, 23 Apr 2025 16:13:07 -0500 Subject: [PATCH 2/2] Change to newer Erlang version --- .github/workflows/ci.yml | 2 +- .tool-versions | 2 +- elixir_buildpack.config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73d6a7a..4357267 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: uses: erlef/setup-beam@v1 with: elixir-version: "1.14.0" - otp-version: "23.3.4.16" + otp-version: "25.3.2.20" - name: Install dependencies if: steps.mix-cache.outputs.cache-hit != 'true' run: | diff --git a/.tool-versions b/.tool-versions index ddaf745..ab299ab 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ elixir 1.14 -erlang 23.3.4.16 +erlang 25.3.2.20 diff --git a/elixir_buildpack.config b/elixir_buildpack.config index e85058f..7f14204 100644 --- a/elixir_buildpack.config +++ b/elixir_buildpack.config @@ -1,3 +1,3 @@ config_vars_to_export=(DATABASE_URL GAS_PRICE_ENDPOINT MAILGUN_KEY) -erlang_version=23.3.2 +erlang_version=25.3.2.20 elixir_version=1.14.2