Skip to content

Commit

Permalink
Correctly reference matrix Elixir and OTP values
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623-cargosense committed Aug 5, 2024
1 parent eccb52e commit cd35a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- uses: actions/checkout@v4
- uses: CargoSense/setup-elixir-project@v1
with:
otp-version: ${{ matrix.otp }}
elixir-version: ${{ matrix.elixir }}
otp-version: ${{ matrix.pair.otp }}
elixir-version: ${{ matrix.pair.elixir }}
build-flags: "--warnings-as-errors"
- run: mix format --check-formatted
- run: mix test

0 comments on commit cd35a17

Please sign in to comment.