Skip to content

Commit

Permalink
CI housekeeping (#104)
Browse files Browse the repository at this point in the history
List of changes:
- add Elixir 1.17 / Erlang OTP 27 to CI
- bump github actions
  • Loading branch information
kianmeng authored Aug 6, 2024
1 parent d5b300a commit c8f62bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ jobs:
matrix:
include:
- pair:
elixir: "1.11.4"
otp: "21.3.8.17"
elixir: 1.11.3
otp: 21.3
- pair:
elixir: "1.15.4"
otp: "26.0.2"
elixir: 1.17.2
otp: 27.0
lint: lint
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
deps
Expand Down

0 comments on commit c8f62bf

Please sign in to comment.