Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Sep 25, 2023
1 parent bb4a656 commit ab00732
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ on:

jobs:
test:
strategy:
fail-fast: false
matrix:
include:
- elixir-version: "1.12.0"
otp-version: "22.3"
- lint: lint
uses: wojtekmach/setup-elixir/.github/workflows/ci.yml@main
with:
elixir-version-minimum: "1.12.0"
otp-version-minimum: "22.3"
elixir-version: ${{ matrix.elixir-version }}
otp-version: ${{ matrix.otp-version }}
lint: {{ matrix.lint }}

0 comments on commit ab00732

Please sign in to comment.