Skip to content

Commit

Permalink
Pull elixir version from .tool-versions
Browse files Browse the repository at this point in the history
The matrix is out-of-date anyhow, missed 37a7ebc
  • Loading branch information
freemer committed Dec 19, 2024
1 parent 959c6a0 commit 831310b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ jobs:
env:
MIX_ENV: test

strategy:
matrix:
otp: [24.2, 25.2]
elixir: [1.13.2, 1.14.3]

steps:
- uses: actions/[email protected]
- name: Cache dialyzer plts
Expand All @@ -21,8 +16,8 @@ jobs:
key: ${{runner.os}}-${{matrix.otp}}-${{matrix.elixir}}-plts
- uses: erlef/setup-elixir@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
version-file: ".tool-versions"
version-type: "strict"
- name: Deps get
run: mix deps.get
- name: Check Credo
Expand Down

0 comments on commit 831310b

Please sign in to comment.