Skip to content

Commit

Permalink
Merge pull request #178 from kianmeng/ci-housekeeping
Browse files Browse the repository at this point in the history
CI housekeeping
  • Loading branch information
SteffenDE authored Jul 5, 2024
2 parents 2baad65 + 6be9c3d commit 3e325d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ jobs:
matrix:
include:
- pair:
elixir: '1.11'
elixir: 1.11
otp: 21
- pair:
elixir: '1.16'
otp: 26
elixir: 1.17
otp: 27
lint: lint
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.pair.otp}}
elixir-version: ${{matrix.pair.elixir}}

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: deps
key: mix-deps-${{ hashFiles('**/mix.lock') }}
Expand Down

0 comments on commit 3e325d3

Please sign in to comment.