Skip to content

Commit f2e6d24

Browse files
authored
fix build against elixir main (#3869)
1 parent 87b4ce0 commit f2e6d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
lint: lint
2626

2727
# run against latest Elixir to catch warnings early
28-
- elixir: main
28+
- elixir: main-otp-28
2929
otp: maint-28
3030

3131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)