Skip to content

Commit

Permalink
Raise minimum Elixir version to v1.15
Browse files Browse the repository at this point in the history
The official policy is to only support the three latest versions of
Elixir.
  • Loading branch information
sorentwo committed Jan 4, 2025
1 parent c1f996e commit 7113cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
include:
- pair:
elixir: '1.14'
elixir: '1.15'
otp: '24.3'
mysql: '8.4'
postgres: '12.13-alpine'
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 Oban.MixProject do
[
app: :oban,
version: @version,
elixir: "~> 1.14",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 7113cfb

Please sign in to comment.