File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
- uses : erlef/setup-beam@a6e26b22319003294c58386b6f25edbc7336819a # v1.18.0
12
12
with :
13
13
otp-version : 26
14
- elixir-version : 1.17
14
+ elixir-version : 1.18
15
15
- run : cd neurow && mix format --check-formatted
16
16
- run : cd neurow && mix deps.get
17
17
- run : cd neurow && mix compile --warnings-as-errors
25
25
- uses : erlef/setup-beam@a6e26b22319003294c58386b6f25edbc7336819a # v1.18.0
26
26
with :
27
27
otp-version : 26
28
- elixir-version : 1.17
28
+ elixir-version : 1.18
29
29
- run : cd load_test && mix format --check-formatted
30
30
- run : cd load_test && mix deps.get
31
31
- run : cd load_test && mix compile --warnings-as-errors
Original file line number Diff line number Diff line change 1
1
ARG BUILDER_IMAGE=elixir
2
- ARG VERSION=1.17 -slim
2
+ ARG VERSION=1.18 -slim
3
3
4
4
FROM ${BUILDER_IMAGE}:${VERSION} AS builder
5
5
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule LoadTest.MixProject do
5
5
[
6
6
app: :load_test ,
7
7
version: "0.1.0" ,
8
- elixir: "~> 1.17 " ,
8
+ elixir: "~> 1.18 " ,
9
9
start_permanent: Mix . env ( ) == :prod ,
10
10
deps: deps ( ) ,
11
11
releases: releases ( )
Original file line number Diff line number Diff line change 1
1
ARG BUILDER_IMAGE=elixir
2
- ARG VERSION=1.17 -slim
2
+ ARG VERSION=1.18 -slim
3
3
4
4
FROM ${BUILDER_IMAGE}:${VERSION} AS builder
5
5
@@ -40,4 +40,4 @@ COPY --from=builder /app/_build/prod/rel/neurow /app/
40
40
ENV RELEASE_TMP=/tmp/
41
41
ENV RELEASE_COOKIE=changme
42
42
43
- CMD ["/start.sh" ]
43
+ CMD ["/start.sh" ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule Neurow.MixProject do
5
5
[
6
6
app: :neurow ,
7
7
version: "0.1.0" ,
8
- elixir: "~> 1.17 " ,
8
+ elixir: "~> 1.18 " ,
9
9
start_permanent: Mix . env ( ) == :prod ,
10
10
deps: deps ( ) ,
11
11
test_paths: [
You can’t perform that action at this time.
0 commit comments