Skip to content

Commit

Permalink
Use more specific Erlang patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed May 2, 2022
1 parent 9ada072 commit 2f00928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
fail-fast: false
matrix:
otp:
- "23.3"
- "24.3"
- "23.3.1"
- "24.3.3"
steps:
- name: CHECKOUT
uses: actions/checkout@v2
Expand Down

0 comments on commit 2f00928

Please sign in to comment.