Skip to content

Commit 5afb943

Browse files
committed
update to 1.20
1 parent 32defb8 commit 5afb943

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/elixir_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-24.04
88

99
container:
10-
image: hexpm/elixir:1.19.4-erlang-28.1-debian-bookworm-20251117
10+
image: hexpm/elixir:1.20.1-erlang-29.0-debian-bookworm-20260610
1111

1212
steps:
1313
- name: Install git

.github/workflows/elixir_test_external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-24.04
88

99
container:
10-
image: hexpm/elixir:1.19.4-erlang-28.1-debian-bookworm-20251117
10+
image: hexpm/elixir:1.20.1-erlang-29.0-debian-bookworm-20260610
1111

1212
steps:
1313
- name: Install git

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
elixir 1.19.4-otp-28
2-
erlang 28.1
1+
elixir 1.20.1-otp-29
2+
erlang 29.0.2

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hexpm/elixir:1.19.4-erlang-28.1-debian-bookworm-20251117 as builder
1+
FROM hexpm/elixir:1.20.1-erlang-29.0-debian-bookworm-20260610 as builder
22

33
RUN apt-get update && \
44
apt-get install bash -y
@@ -13,7 +13,7 @@ COPY . .
1313
# Builds an escript bin/elixir_analyzer
1414
RUN ./bin/build.sh
1515

16-
FROM hexpm/elixir:1.19.4-erlang-28.1-debian-bookworm-20251117
16+
FROM hexpm/elixir:1.20.1-erlang-29.0-debian-bookworm-20260610
1717
COPY --from=builder /etc/passwd /etc/passwd
1818

1919
COPY --from=builder /elixir-analyzer/bin /opt/analyzer/bin

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule ElixirAnalyzer.MixProject do
55
[
66
app: :elixir_analyzer,
77
version: "0.1.0",
8-
elixir: "~> 1.19",
8+
elixir: "~> 1.20",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,
1111
# Turn off protocol consolidation to avoid warning in analyzed code

0 commit comments

Comments
 (0)