Skip to content

Commit

Permalink
ci: add otp 26 to release
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Nov 28, 2023
1 parent f3d5e02 commit c4ace90
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/eunit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
otp:
- 25.3.2-1
- 26.1.2-1
os:
- macos-12-arm64
runs-on: ${{ matrix.os }}
Expand All @@ -35,11 +35,11 @@ jobs:
fail-fast: false
matrix:
builder:
- 5.1-3
- 5.2-7
otp:
- 25.3.2-1
- 26.1.2-1
elixir:
- 1.14.5
- 1.15.7
os:
- ubuntu22.04

Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
fail-fast: false
matrix:
otp:
- 25.3.2-1
- 25.3.2-2
- 26.1.2-1
os:
- macos-11
- macos-12
Expand Down Expand Up @@ -53,11 +54,8 @@ jobs:
fail-fast: false
matrix:
builder:
- 5.1-3
otp:
- 25.3.2-1
elixir:
- 1.14.5
- 5.1-3:1.14.5-25.3.2-1
- 5.2-7:1.15.7-26.1.2-1
arch:
- amd64
- arm64
Expand All @@ -78,7 +76,7 @@ jobs:
- alpine3.15.1
runs-on: ubuntu-latest
env:
IMAGE: ghcr.io/emqx/emqx-builder/${{ matrix.builder }}:${{ matrix.elixir }}-${{ matrix.otp }}-${{ matrix.os }}
IMAGE: ghcr.io/emqx/emqx-builder/${{ matrix.builder }}-${{ matrix.os }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c4ace90

Please sign in to comment.