Skip to content

Commit

Permalink
💚 Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdesousa committed Nov 29, 2023
1 parent a9af03e commit 550f69b
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,15 @@ env:
jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
elixir: [1.13.0]
otp: [24.1.7]

env:
MIX_ENV: "test"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-elixir@v1
- uses: erlef/setup-beam@v1
name: "Setup Elixir"
with:
experimental-otp: true
otp-version: ${{ matrix.otp }}
elixir-version: ${{ matrix.elixir }}
otp-version: "26.1.2"
elixir-version: "1.15.7"
- name: "Get dependencies"
run: mix do local.rebar --force, local.hex --force, deps.get
- name: "Compile dependencies"
Expand Down

0 comments on commit 550f69b

Please sign in to comment.