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 aaa641c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -19,10 +19,10 @@ jobs:
include:
- pair:
elixir: "1.11"
otp: "21.3"
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 aaa641c

Please sign in to comment.