Skip to content

Commit

Permalink
Actually run on different Erlang versions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Jan 7, 2021
1 parent 011b3df commit 2da6029
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
ci:
name: Run checks and tests over ${{matrix.otp_vsn}} and ${{matrix.os}}
runs-on: ${{matrix.os}}
container:
image: erlang:${{matrix.otp_vsn}}
strategy:
matrix:
otp_vsn: [19.3, 20.3, 21.0, 22.0]
Expand Down

0 comments on commit 2da6029

Please sign in to comment.