Skip to content

Commit 2849894

Browse files
committed
extract - run dialyzer under 1.19+28.1 on CI
1 parent 5406409 commit 2849894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
include:
2424
# Newest supported Elixir/Erlang pair.
2525
- elixir: '1.19.3-otp-28'
26-
otp: '28.0'
26+
otp: '28.1'
2727
lint: false
28+
dialyzer: true
2829
os: ubuntu-latest
2930

3031
- elixir: '1.18.4-otp-27'
@@ -35,7 +36,6 @@ jobs:
3536
- elixir: '1.18'
3637
otp: '27.2'
3738
lint: true
38-
dialyzer: true
3939
os: ubuntu-latest
4040

4141
# One version before the last supported one.

0 commit comments

Comments
 (0)