Skip to content

Commit

Permalink
Update GitHub Action
Browse files Browse the repository at this point in the history
Switch from setup-elixir/@v1 to setup-beam/@v1.
  • Loading branch information
kianmeng committed Feb 2, 2022
1 parent 44b9edb commit eca4223
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
name: mix test (OTP ${{matrix.otp}} | Elixir ${{matrix.elixir}})
strategy:
matrix:
otp: [21.x, 22.x]
elixir: [1.8.x, 1.9.x, 1.10.x]
otp: [21.x, 22.x, 23.x, 24.x]
elixir: [1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x, 1.13.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-elixir@v1
- uses: actions/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
Expand Down

0 comments on commit eca4223

Please sign in to comment.