From 6aa8fb8626f7cdec59f3d227e797bff941d66a88 Mon Sep 17 00:00:00 2001 From: Tyler Witt Date: Mon, 13 Jan 2025 22:38:23 +0900 Subject: [PATCH] Bump Elixir versions --- .github/workflows/ci.yml | 8 ++++---- mix.exs | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e57ef9d2..ac169a14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/mix.exs b/mix.exs index d1d3f029..14495d23 100644 --- a/mix.exs +++ b/mix.exs @@ -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",