Skip to content

Commit 455a443

Browse files
committed
chore: fix ci
1 parent 4ab4747 commit 455a443

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v3
2929
- uses: erlef/setup-beam@v1
30+
with:
31+
elixir-version: ${{ matrix.elixir }}
32+
otp-version: ${{ matrix.otp }}
3033
- run: docker compose -f "test/compose_files/docker-compose-kafka-3.9.yml" up -d
3134
- run: mix deps.get
3235
- run: mix compile --warning-as-errors

0 commit comments

Comments
 (0)