-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #353 from batteries-included/elliott/bump_elixir_ver
Update asdf elixir version for gradual typing
- Loading branch information
Showing
4 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,14 +13,24 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
# See https://hexdocs.pm/elixir/1.13/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp | ||
otp: ["23.x", "24.x", "25.x", "26.x"] | ||
elixir: ["1.14.x", "1.15.x", "1.16.x"] | ||
otp: ["23.x", "26.x", "27.x"] | ||
elixir: ["1.14.x", "1.17.x", "1.18.x"] | ||
exclude: | ||
# OTP 23 | ||
- elixir: "1.15.x" | ||
otp: "23.x" | ||
- elixir: "1.16.x" | ||
- elixir: "1.17.x" | ||
otp: "23.x" | ||
- elixir: "1.18.x" | ||
otp: "23.x" | ||
# OTP 26 | ||
# - Users on recent elixir likely updated OTP versions | ||
- elixir: "1.18.x" | ||
otp: "26.x" | ||
# OTP 27 - Elixir 1.14.x is not compatible with OTP 27 | ||
- elixir: "1.14.x" | ||
otp: "27.x" | ||
|
||
|
||
steps: | ||
- uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
erlang 26.0.2 | ||
elixir 1.15.2 | ||
erlang 27.1.2 | ||
elixir 1.18.1-otp-27 | ||
k3d 5.4.6 | ||
kind 0.19.0 | ||
kind 0.25.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters