Skip to content

Commit

Permalink
build(deps): bump elixir from 1.16.2-otp-26 to 1.17.2-otp-27 in workf…
Browse files Browse the repository at this point in the history
…low, flake and docs
  • Loading branch information
JakobLichterfeld committed Oct 23, 2024
1 parent b541d9a commit d04ad0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-elixir-and-cache-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ inputs:
elixir-version:
description: "Elixir version"
required: false
default: "1.16.2"
default: "1.17.2"
otp-version:
description: "OTP version"
required: false
default: "26"
default: "27"
cache-name-deps:
description: "Cache name for dependencies"
required: true
Expand Down
4 changes: 2 additions & 2 deletions nix/flake-modules/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{
perSystem = { lib, pkgs, system, ... }:
let
elixir = pkgs.beam.packages.erlang_26.elixir_1_16;
beamPackages = pkgs.beam.packagesWith pkgs.beam.interpreters.erlang_26;
elixir = pkgs.beam.packages.erlang_27.elixir_1_17;
beamPackages = pkgs.beam.packagesWith pkgs.beam.interpreters.erlang_27;

src = ../..;
version = builtins.readFile "${src}/VERSION";
Expand Down
2 changes: 1 addition & 1 deletion website/docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Development and Contributing

## Requirements

- **Elixir** >= 1.16.2-otp-26
- **Elixir** >= 1.17.2-otp-27
- **Postgres** >= 17
- An **MQTT broker** e.g. mosquitto (_optional_)
- **NodeJS** >= 20.15.0
Expand Down

0 comments on commit d04ad0b

Please sign in to comment.