1 parent 1eea965 commit d01306fCopy full SHA for d01306f
1 file changed
.github/workflows/action.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
PLATFORM:
12
- # - { RMQREF: "v3.13.x", ERLVER: "26.2", ELXVER: "1.16" }
+ - { RMQREF: "v3.13.x", ERLVER: "26.2", ELXVER: "1.16" }
13
- { RMQREF: "v4.0.x", ERLVER: "26.2", ELXVER: "1.16" }
14
- { RMQREF: "v4.1.x", ERLVER: "27", ELXVER: "1.18" }
15
- { RMQREF: "v4.2.x", ERLVER: "27", ELXVER: "1.18" }
@@ -33,6 +33,7 @@ jobs:
33
elixir-version: ${{ matrix.PLATFORM.ELXVER }}
34
- name: Run tests
35
working-directory: ${{ env.PLUGIN_FOLDER }}
36
+ if: "${{ matrix.PLATFORM.RMQREF != 'v3.13.x' }}"
37
run: |
38
# We use `dev` Mix environment since old versions of RMQ fail to build otherwise
39
make tests RABBITMQ_VERSION=${{ matrix.PLATFORM.RMQREF }} MIX_ENV=dev
0 commit comments