Skip to content

Commit

Permalink
Merge pull request #28 from ufirstgroup/elixir-1-12
Browse files Browse the repository at this point in the history
adds elixir 1.12.x to github actions
  • Loading branch information
Michael Ruoss authored May 21, 2021
2 parents d1da839 + 6fd0bdc commit 33058cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Test - OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
elixir: [1.11.x]
elixir: [1.11.x, 1.12.x]
otp: [22.x, 23.x, 24.x]
steps:
- uses: actions/checkout@v1.0.0
Expand Down

0 comments on commit 33058cb

Please sign in to comment.