We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da899d commit d54a9a9Copy full SHA for d54a9a9
1 file changed
.github/workflows/test.yml
@@ -70,6 +70,10 @@ jobs:
70
- initial: "emqx/emqx:6.0.2"
71
upgrade: "emqx/emqx:6.1.0"
72
profile: "6.0.2-6.1.0"
73
+ # Broken update: testing workaround.
74
+ - initial: "emqx/emqx:6.1.0"
75
+ upgrade: "emqx/emqx:6.2.0"
76
+ profile: "6.1.0-6.2.0"
77
78
runs-on: ubuntu-latest
79
env:
0 commit comments