Skip to content

Commit

Permalink
update elixir to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Dec 20, 2024
1 parent 47e7142 commit 1ffdaaf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI

env:
ELIXIR_VERSION: "1.17"
ELIXIR_VERSION: "1.18"
OTP_VERSION: "27"

on:
Expand Down Expand Up @@ -55,6 +55,9 @@ jobs:
- { elixir: 1.17, otp: 25 }
- { elixir: 1.17, otp: 26 }
- { elixir: 1.17, otp: 27 }
- { elixir: 1.18, otp: 25 }
- { elixir: 1.18, otp: 26 }
- { elixir: 1.18, otp: 27 }
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/demo_assets.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Demo Assets

env:
ELIXIR_VERSION: "1.17"
ELIXIR_VERSION: "1.18"
OTP_VERSION: "27"
NODE_VERSION: "22"
PNPM_VERSION: "9"
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
# - https://pkgs.org/ - resource for finding needed packages
# - Ex: hexpm/elixir:1.17.1-erlang-27.0-debian-bullseye-20240701-slim
#
ARG ELIXIR_VERSION=1.17.2
ARG OTP_VERSION=27.0.1
ARG ELIXIR_VERSION=1.18.0
ARG OTP_VERSION=27.2
ARG NODE_VERSION=22
ARG DEBIAN_VERSION=bookworm-20240722-slim
ARG DEBIAN_VERSION=bookworm-20241202-slim

ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"
Expand Down

0 comments on commit 1ffdaaf

Please sign in to comment.