Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Jan 13, 2025
1 parent 6aa8fb8 commit 29c4ccd
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 @@ -44,8 +44,8 @@ jobs:
- version: 14

pair:
- elixir: 1.17.2
otp: 25.3
- elixir: 1.11.4
otp: 23.3.3
include:
- pg:
version: 14
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.17",
elixir: "~> 1.11",
deps: deps(),
name: "Postgrex",
description: "PostgreSQL driver for Elixir",
Expand Down

0 comments on commit 29c4ccd

Please sign in to comment.