Skip to content

Commit 164f202

Browse files
committed
build: elixir 1.17 otp 26
1 parent d86f445 commit 164f202

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
runs-on: ubuntu-latest
4545
strategy:
4646
matrix:
47-
otp: [ '25' ]
48-
elixir: [ '1.15' ]
47+
otp: [ '26' ]
48+
elixir: [ '1.17' ]
4949

5050
services:
5151
postgres-test:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN npm install
77

88
#-------------------------
99

10-
FROM elixir:1.15-otp-25-alpine
10+
FROM elixir:1.17-otp-26-alpine
1111

1212
ARG MIX_ENV="dev"
1313
ARG SECRET_KEY_BASE=""

0 commit comments

Comments
 (0)