Skip to content

Commit

Permalink
Add more specific versions for elixir & otp
Browse files Browse the repository at this point in the history
As we are using a cache for plt generation we have to have more specific cache keys
  • Loading branch information
Argonus committed Jun 8, 2022
1 parent 5a11058 commit 285400c
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 285400c

Please sign in to comment.