Skip to content

Commit

Permalink
bump elixir to 1.14 to fix docs build (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosarara authored Nov 29, 2024
1 parent d324ff1 commit 6adbf24
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: erlef/setup-beam@v1
with:
otp-version: '24'
elixir-version: '1.13'
elixir-version: '1.14'
- name: Checkout
uses: actions/checkout@v3
- name: setup hex
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: erlef/setup-beam@v1
with:
elixir-version: 1.13
elixir-version: 1.14
otp-version: 24

# Check out the code.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/prima/elixir:1.13.4-4
FROM public.ecr.aws/prima/elixir:1.14.2-5

USER root
WORKDIR /drone/src
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 PrimaAuth0Ex.MixProject do
[
app: :prima_auth0_ex,
version: @version,
elixir: "~> 1.13",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
deps: deps(),
Expand Down

0 comments on commit 6adbf24

Please sign in to comment.