Skip to content

Commit

Permalink
Require Elixir 1.13 and test up to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Jan 4, 2024
1 parent 09c29a3 commit 3ca84b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
matrix:
include:
- pair:
elixir: '1.12'
elixir: '1.13'
otp: '23.3'
postgres: '12.13-alpine'
exclude_tags: 'lite'
- pair:
elixir: '1.15'
elixir: '1.16'
otp: '26.0'
postgres: '15.1-alpine'
exclude_tags: 'gossip'
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.12",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 3ca84b9

Please sign in to comment.