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 Dec 10, 2020
1 parent a027c30 commit ec9a483
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.3, 22.3, 23.0]
Expand Down

0 comments on commit ec9a483

Please sign in to comment.