Skip to content

Commit

Permalink
Bump Elixir/Erlang versions
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Apr 17, 2024
1 parent a8cbf00 commit a0e9dcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a0e9dcc

Please sign in to comment.