Skip to content

Commit

Permalink
elixir: version bump to 1.15 & 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
s0dyy authored and juliamrch committed Feb 26, 2024
1 parent 320d5a4 commit 80977e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/doc/reference/reference-environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ If `TAILSCALE_LOGIN_SERVER` is provided, the agent will be configured to reach a

| Name | Description | Default value |
|-----------------------|------------------------------|--------------------------------|
|`CC_ELIXIR_VERSION` | Choose the Elixir version between `1.8`, `1.9`, `1.10`, `1.11`, `1.12`, `1.13` or `1.14` | 1.11 |
|`CC_ELIXIR_VERSION` | Choose the Elixir version between `1.8`, `1.9`, `1.10`, `1.11`, `1.12`, `1.13`, `1.14`, `1.15` or `1.16` | 1.16 |
|`CC_MIX_BUILD_GOAL` | The mix goal to build the application (default compile) | |
|`CC_PHOENIX_ASSETS_DIR` | Folder in which your Phoenix assets are located. | |
|`CC_PHOENIX_DIGEST_GOAL` | Phoenix digest goal. | phx.digest |
Expand Down
4 changes: 2 additions & 2 deletions static/partials/language-specific-deploy/elixir.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

### Mandatory configuration

- Get your Elixir version in your console with `$ elixir -v` and set the environment variable **CC_ELIXIR_VERSION** to its value (available versions as of today are `1.8`, `1.9`, `1.10`, `1.11`, `1.12`, `1.13` or `1.14`).
- Get your Elixir version in your console with `$ elixir -v` and set the environment variable **CC_ELIXIR_VERSION** to its value (available versions as of today are `1.8`, `1.9`, `1.10`, `1.11`, `1.12`, `1.13`, `1.14`, `1.15` or `1.16`).

#### Compatibility between Elixir and Erlang/OTP

- Each version of Elixir uses the most recent compatible version of Erlang, based on the compatibility table provided in the [official Elixir documentation](https://hexdocs.pm/elixir/1.12.3/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp).
- Each version of Elixir uses the most recent compatible version of Erlang, based on the compatibility table provided in the [official Elixir documentation](https://hexdocs.pm/elixir/1.16.1/compatibility-and-deprecations.html#between-elixir-and-erlang-otp).

#### If you deploy a Phoenix application

Expand Down

0 comments on commit 80977e7

Please sign in to comment.