test: ensure erlang 23 in more github actions

This commit is contained in:
Zaiming Shi 2021-05-21 17:27:11 +02:00
parent ebe96505e2
commit 7a969e085f
1 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: gleam-lang/setup-erlang@v1.1.2
id: install_erlang
with:
otp-version: 23.2
- name: prepare
run: |
if make emqx-ee --dry-run > /dev/null 2>&1; then