Skip to content

Commit

Permalink
ci: update dialyzer workflow to elixir 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrent committed Jan 28, 2025
1 parent 21f1ac0 commit 223894a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dialyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
elixir: [1.14]
otp: [25]
elixir: [1.18]
otp: [27]
working-directory: [core, worker]

defaults:
Expand Down

0 comments on commit 223894a

Please sign in to comment.