Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elixir: version bump to 1.15 & 1.16 #205

Merged
merged 1 commit into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`).

Check notice on line 5 in static/partials/language-specific-deploy/elixir.md

View workflow job for this annotation

GitHub Actions / vale

[vale] static/partials/language-specific-deploy/elixir.md#L5

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "static/partials/language-specific-deploy/elixir.md", "range": {"start": {"line": 5, "column": 1}}}, "severity": "INFO"}

#### 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
Loading