Skip to content

Commit 7b092eb

Browse files
committed
CI: check style and types on Elixir 1.17
1 parent e969ecb commit 7b092eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ on:
2626
workflow_dispatch: # enables "click to run" button
2727

2828
env:
29-
ELIXIR_VERSION_ON_WHICH_TO_CHECK_STYLE: '1.16' # Should be highest in matrix
30-
ELIXIR_VERSIONS_ON_WHICH_TO_RUN_DIALYZER: "['1.12', '1.13', '1.14', '1.15', '1.16']"
29+
ELIXIR_VERSION_ON_WHICH_TO_CHECK_STYLE: '1.17' # Should be highest in matrix
30+
ELIXIR_VERSIONS_ON_WHICH_TO_RUN_DIALYZER: "['1.12', '1.13', '1.14', '1.15', '1.16', '1.17']"
3131

3232
jobs:
3333
ci:

0 commit comments

Comments
 (0)