We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a03e77b + 003f7a9 commit 28cc121Copy full SHA for 28cc121
.github/workflows/test-management-ui.yaml
@@ -3,13 +3,14 @@ on:
3
push:
4
branches:
5
- main
6
- - v3.12.x
7
- - v3.11.x
+ - v4.0.x
8
- bump-otp-for-oci
9
- bump-rbe-*
10
- bump-rules_erlang
11
paths:
12
- - 'deps/**'
+ - 'deps/rabbitmq_management/src/**'
+ - 'deps/rabbitmq_management/priv/**'
13
+ - 'deps/rabbitmq_web_dispatch/src/**'
14
- 'scripts/**'
15
- .bazelrc
16
- .bazelversion
@@ -34,7 +35,7 @@ jobs:
34
35
- chrome
36
include:
37
- erlang_version: "26.2"
- elixir_version: 1.15.7
38
+ elixir_version: 1.17.3
39
env:
40
SELENIUM_DIR: selenium
41
DOCKER_NETWORK: rabbitmq_net
0 commit comments