From 801bd9844cec495e54ea4a485d98ef4a8d98ca33 Mon Sep 17 00:00:00 2001 From: Dave Miner Date: Tue, 22 Oct 2024 15:49:58 -0400 Subject: [PATCH] use version 17 --- .github/workflows/ci.yml | 6 +++--- .tool-versions | 2 +- mix.exs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 959032a..b8be3a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: pull-requests: write services: db: - image: postgres:16.4 + image: postgres:16 ports: ["5432:5432"] env: POSTGRES_PASSWORD: postgres @@ -31,8 +31,8 @@ jobs: - uses: actions/checkout@v3 - uses: erlef/setup-beam@v1 with: - otp-version: "26.0" - elixir-version: "1.15" + otp-version: "27.0" + elixir-version: "1.17" - name: Cache deps Directory id: cache-deps uses: actions/cache@v3 diff --git a/.tool-versions b/.tool-versions index d4c46b2..63fcc3a 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ elixir 1.17.3 -erlang 27.1 \ No newline at end of file +erlang 27.0 \ No newline at end of file diff --git a/mix.exs b/mix.exs index 953de03..15c262f 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Basket.MixProject do [ app: :basket, version: "0.2.1", - elixir: "~> 1.15", + elixir: "~> 1.17", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod, aliases: aliases(),