Skip to content

Commit

Permalink
Merge pull request #469 from Argonus/fix-dialyzer-checks
Browse files Browse the repository at this point in the history
Use full versions for OTP & Elixir in static checks
  • Loading branch information
dantswain authored Jun 10, 2022
2 parents 5a11058 + 285400c commit 171d37b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
strategy:
matrix:
elixir: ['1.12']
otp: ['24.3']
elixir: ['1.12.3']
otp: ['24.3.4']

steps:
- name: Cancel previous runs
Expand Down Expand Up @@ -64,8 +64,8 @@ jobs:
strategy:
fail-fast: false
matrix:
elixir: ['1.12']
otp: ['24.3']
elixir: ['1.12.3']
otp: ['24.3.4']

steps:
- name: Cancel Previous Runs
Expand Down

0 comments on commit 171d37b

Please sign in to comment.