diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 34351d1..2d01c74 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,6 +25,15 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 + strategy: + fail-fast: false + matrix: + include: + - pair: + elixir: 1.14.0 + otp: 24.3 + lint: lint + steps: - uses: actions/checkout@v2 - name: Set up Elixir