Skip to content

Commit

Permalink
Update CI to use erlef/setup-beam
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Apr 5, 2021
1 parent be5c628 commit 30fab35
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bugfix-reproducer.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.1

- uses: actions/setup-elixir@v1
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2.3.1
with:
fetch-depth: 0
- uses: actions/setup-elixir@v1
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatibility-canary-smoke-tests.yml
Expand Up @@ -90,7 +90,7 @@ jobs:

steps:
- uses: actions/checkout@v2.3.1
- uses: actions/setup-elixir@v1
- uses: erlef/setup-beam@v1
with:
otp-version: 23
elixir-version: 1.11.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatibility-elixir.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
repo_branch: ["v1.10", "master"]
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/setup-elixir@v1
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compatibility-phoenix.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
repo_branch: ["v1.4", "master"]
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/setup-elixir@v1
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
elixir: 1.10.4
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/setup-elixir@v1
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
Expand Down

0 comments on commit 30fab35

Please sign in to comment.