Skip to content

Commit

Permalink
update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vasuadari committed May 7, 2024
1 parent f2dec4e commit b6a51c3
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,9 @@ on:

jobs:
build:
runs-on: ubuntu-latest
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ['21.x', '22.x']
elixir: ['1.8.2', '1.9.4']
runs-on: elixir:1.8.2-otp-22
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}

- name: Install dependencies
run: mix deps.get
Expand Down

0 comments on commit b6a51c3

Please sign in to comment.