Skip to content

Commit

Permalink
ci: enable Erlang/OTP 27 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
keynslug committed Jan 16, 2025
1 parent 29c4c1e commit cea1c5f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/run_test_case.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ on:
jobs:
run_test_case:
runs-on: ubuntu-latest

strategy:
matrix:
builder:
- "ghcr.io/emqx/emqx-builder/5.3-5:1.15.7-26.2.1-2-ubuntu24.04"
- "ghcr.io/emqx/emqx-builder/5.4-3:1.17.3-27.2-1-ubuntu24.04"

container:
image: ghcr.io/emqx/emqx-builder/5.3-5:1.15.7-26.2.1-2-ubuntu24.04
image: ${{ matrix.builder }}

steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
Expand Down

0 comments on commit cea1c5f

Please sign in to comment.