Skip to content

Commit

Permalink
use version 17
Browse files Browse the repository at this point in the history
  • Loading branch information
daveminer committed Oct 22, 2024
1 parent 25e331f commit 801bd98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pull-requests: write
services:
db:
image: postgres:16.4
image: postgres:16
ports: ["5432:5432"]
env:
POSTGRES_PASSWORD: postgres
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.17.3
erlang 27.1
erlang 27.0
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 801bd98

Please sign in to comment.