Skip to content

Commit

Permalink
Support Elixir 17/Erlang OTP 27 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng committed Aug 19, 2024
1 parent e6d384a commit 47bcbdf
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 @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main

jobs:
test:
Expand All @@ -18,11 +18,11 @@ jobs:
matrix:
include:
- pair:
elixir: "1.11"
otp: "21.3"
elixir: 1.11
otp: 21
- pair:
elixir: "1.16"
otp: "26.2"
elixir: 1.17
otp: 27
lint: lint
coverage: coverage
steps:
Expand Down

0 comments on commit 47bcbdf

Please sign in to comment.