Skip to content

Commit

Permalink
CI housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng committed Jul 5, 2024
1 parent 2baad65 commit 6be9c3d
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 6be9c3d

Please sign in to comment.