Skip to content

Commit

Permalink
Bump Elixir versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerWitt committed Jan 13, 2025
1 parent 460c2b4 commit 6aa8fb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ jobs:
- version: 14

pair:
- elixir: 1.11.4
otp: 23.3.3
- elixir: 1.17.2
otp: 25.3
include:
- pg:
version: 14
pair:
elixir: 1.17.2
otp: 25.3
elixir: 1.18.1
otp: 27.2
lint: lint
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 Postgrex.Mixfile do
[
app: :postgrex,
version: @version,
elixir: "~> 1.11",
elixir: "~> 1.17",
deps: deps(),
name: "Postgrex",
description: "PostgreSQL driver for Elixir",
Expand Down

0 comments on commit 6aa8fb8

Please sign in to comment.