ci: delete otp 23 from ci matrix
This commit is contained in:
parent
0924c7dc13
commit
e95a14843d
|
@ -1,26 +1,6 @@
|
||||||
version: '3.9'
|
version: '3.9'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
erlang23:
|
|
||||||
container_name: erlang23
|
|
||||||
image: ghcr.io/emqx/emqx-builder/5.0-14:1.13.3-23.3.4.9-4-ubuntu20.04
|
|
||||||
env_file:
|
|
||||||
- conf.env
|
|
||||||
environment:
|
|
||||||
GITHUB_ACTIONS: ${GITHUB_ACTIONS}
|
|
||||||
GITHUB_TOKEN: ${GITHUB_TOKEN}
|
|
||||||
GITHUB_RUN_ID: ${GITHUB_RUN_ID}
|
|
||||||
GITHUB_SHA: ${GITHUB_SHA}
|
|
||||||
GITHUB_RUN_NUMBER: ${GITHUB_RUN_NUMBER}
|
|
||||||
GITHUB_EVENT_NAME: ${GITHUB_EVENT_NAME}
|
|
||||||
GITHUB_REF: ${GITHUB_REF}
|
|
||||||
networks:
|
|
||||||
- emqx_bridge
|
|
||||||
volumes:
|
|
||||||
- ../..:/emqx
|
|
||||||
working_dir: /emqx
|
|
||||||
tty: true
|
|
||||||
|
|
||||||
erlang24:
|
erlang24:
|
||||||
container_name: erlang24
|
container_name: erlang24
|
||||||
image: ghcr.io/emqx/emqx-builder/5.0-14:1.13.3-24.2.1-1-ubuntu20.04
|
image: ghcr.io/emqx/emqx-builder/5.0-14:1.13.3-24.2.1-1-ubuntu20.04
|
||||||
|
|
|
@ -12,7 +12,6 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
otp:
|
otp:
|
||||||
- 23.3.4.9-4
|
|
||||||
- 24.2.1-1
|
- 24.2.1-1
|
||||||
# no need to use more than 1 version of Elixir, since tests
|
# no need to use more than 1 version of Elixir, since tests
|
||||||
# run using only Erlang code. This is needed just to specify
|
# run using only Erlang code. This is needed just to specify
|
||||||
|
|
|
@ -82,7 +82,6 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
app_name: ${{ fromJson(needs.find_apps.outputs.docker_ct_apps) }}
|
app_name: ${{ fromJson(needs.find_apps.outputs.docker_ct_apps) }}
|
||||||
otp_release:
|
otp_release:
|
||||||
- "erlang23"
|
|
||||||
- "erlang24"
|
- "erlang24"
|
||||||
|
|
||||||
runs-on: aws-amd64
|
runs-on: aws-amd64
|
||||||
|
|
Loading…
Reference in New Issue