Skip to content

Commit eff4af7

Browse files
authored
Support Elixir 17/Erlang OTP 27 in CI (#161)
1 parent fffa062 commit eff4af7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
test:
@@ -19,10 +19,10 @@ jobs:
1919
include:
2020
- pair:
2121
elixir: "1.11"
22-
otp: "21.3"
22+
otp: "21"
2323
- pair:
24-
elixir: "1.16"
25-
otp: "26.2"
24+
elixir: "1.17"
25+
otp: "27"
2626
lint: lint
2727
coverage: coverage
2828
steps:

0 commit comments

Comments
 (0)