-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update max and min supported versions post OTP 26 and Elixir 1.16 rel…
…eases (#256) * Update max and min supported versions post OTP 26 and Elixir 1.16 releases
- Loading branch information
1 parent
f34f95f
commit c268d98
Showing
3 changed files
with
25 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,29 @@ | ||
{ | ||
"otp_version": [ | ||
"26.1.2", | ||
"23.3.4.19" | ||
"26.2.1", | ||
"25.3.2.8", | ||
"24.3.4.15" | ||
], | ||
"elixir_version": [ | ||
"1.15.7", | ||
"1.11.4" | ||
"1.16.0", | ||
"1.14.5" | ||
], | ||
"rebar3_version": [ | ||
"3.20.0" | ||
"3.22.1" | ||
], | ||
"os": [ | ||
"ubuntu-20.04" | ||
], | ||
"include": [ | ||
{ | ||
"elixir_version": "1.15.7", | ||
"otp_version": "26.1.2", | ||
"elixir_version": "1.16.0", | ||
"otp_version": "26.2.1", | ||
"check_formatted": true | ||
} | ||
], | ||
"exclude": [ | ||
{ | ||
"elixir_version": "1.15.7", | ||
"otp_version": "23.3.4.19" | ||
}, | ||
{ | ||
"elixir_version": "1.11.4", | ||
"otp_version": "26.1.2" | ||
"elixir_version": "1.12.3", | ||
"otp_version": "24.3.4.15" | ||
} | ||
] | ||
], | ||
"exclude": [] | ||
} |
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,5 +1,5 @@ | ||
{ | ||
"otp_version": ["26.1.2", "25.3.2.7", "24.3.4.14", "23.3.4.19"], | ||
"rebar3_version": ["3.20.0"], | ||
"otp_version": ["26.1.2", "25.3.2.8", "24.3.4.15"], | ||
"rebar3_version": ["3.22.1"], | ||
"os": ["ubuntu-20.04"] | ||
} |
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