From a0e9dcce0fb9e05997d9b1eb631838fd7cfb0ae9 Mon Sep 17 00:00:00 2001 From: Jake Morrison Date: Wed, 17 Apr 2024 15:54:13 -0500 Subject: [PATCH] Bump Elixir/Erlang versions --- .github/workflows/test.yml | 8 +++----- mix.exs | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 021a4ce..b66af84 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,13 +15,11 @@ jobs: strategy: fail-fast: false matrix: - otp: ['24.3', '25.3', '26.2.1'] - elixir: ['1.13.4', '1.14.5', '1.15.7', '1.16.1'] + otp: ['25.3', '26.2.4'] + elixir: ['1.14.5', '1.15.7', '1.16.2'] # https://hexdocs.pm/elixir/compatibility-and-deprecations.html exclude: - - otp: '26.2.1' - elixir: '1.13.4' - - otp: '26.2.1' + - otp: '26.2.4' elixir: '1.14.5' env: MIX_ENV: test diff --git a/mix.exs b/mix.exs index 9fb1e67..e8d9ffc 100644 --- a/mix.exs +++ b/mix.exs @@ -8,7 +8,7 @@ defmodule PrometheusExometer.MixProject do [ app: :prometheus_exometer, version: @version, - elixir: "~> 1.8", + elixir: "~> 1.14", elixirc_paths: elixirc_paths(Mix.env()), # build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,