Skip to content

Commit

Permalink
ci: remove otp 24 from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Dec 2, 2023
1 parent c01da74 commit 01a6f99
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run_test_case.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ jobs:
fail-fast: false
matrix:
docker_image:
- "ghcr.io/emqx/emqx-builder/5.0-26:1.13.4-24.3.4.2-1-ubuntu20.04"
- "ghcr.io/emqx/emqx-builder/5.1-4:1.14.5-25.3.2-2-ubuntu20.04"
- "ghcr.io/emqx/emqx-builder/5.2-7:1.15.7-26.1.2-1-ubuntu20.04"
- "ghcr.io/emqx/emqx-builder/5.1-4:1.14.5-25.3.2-2-ubuntu22.04"
- "ghcr.io/emqx/emqx-builder/5.2-7:1.15.7-26.1.2-1-ubuntu22.04"

steps:
- name: Checkout
Expand Down

0 comments on commit 01a6f99

Please sign in to comment.