We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e3a96 commit cabcd51Copy full SHA for cabcd51
.github/workflows/ci.yml
@@ -31,7 +31,13 @@ jobs:
31
- elixir: 1.12.x
32
otp: 24.0.x
33
tests_may_fail: false
34
+ check_unused_deps: true
35
warnings_as_errors: true
36
+ - elixir: 1.13.x
37
+ otp: 24.0.x
38
+ tests_may_fail: false
39
+ # Needs to be false until https://github.com/elixir-lsp/elixir-ls/issues/642 is fixed
40
+ warnings_as_errors: false
41
check_formatted: true
42
check_unused_deps: true
43
run_dialyzer: true
.github/workflows/release-asset.yml
@@ -32,8 +32,10 @@ jobs:
strategy:
matrix:
include:
+ - elixir-version: '1.13'
+ otp-version: '24.1'
- elixir-version: '1.12'
- otp-version: '24.0'
- elixir-version: '1.11'
otp-version: '23.3'
- elixir-version: '1.10'
0 commit comments