Skip to content

Commit

Permalink
Remove matrix from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaviobiondo committed Sep 28, 2024
1 parent 0e248b2 commit 000284e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,13 @@ permissions:
jobs:
test:
runs-on: ubuntu-latest
name: Test on OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
# Specify the OTP and Elixir versions to use when building
# and running the workflow steps.
matrix:
otp: ['27.0.0']
elixir: ['1.17.0']
steps:
# Step: Setup Elixir + Erlang image as the base.
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
otp-version: '27.0.0'
elixir-version: '1.17.0'

# Step: Check out the code.
- name: Checkout code
Expand Down

0 comments on commit 000284e

Please sign in to comment.