Skip to content

Commit 29c4ccd

Browse files
authored
Apply suggestions from code review
1 parent 6aa8fb8 commit 29c4ccd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
- version: 14
4545

4646
pair:
47-
- elixir: 1.17.2
48-
otp: 25.3
47+
- elixir: 1.11.4
48+
otp: 23.3.3
4949
include:
5050
- pg:
5151
version: 14

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule Postgrex.Mixfile do
88
[
99
app: :postgrex,
1010
version: @version,
11-
elixir: "~> 1.17",
11+
elixir: "~> 1.11",
1212
deps: deps(),
1313
name: "Postgrex",
1414
description: "PostgreSQL driver for Elixir",

0 commit comments

Comments
 (0)