Skip to content

Commit

Permalink
[CI] Update minimum version of rabbit and k8s
Browse files Browse the repository at this point in the history
RabbitMQ 3.11 and 3.12 are out of support. Arguably, 3.13 is also out of
community support, however, it is reasonable to test the operator with
current version (N) and N-1.
  • Loading branch information
Zerpet committed Oct 31, 2024
1 parent 467b38e commit 1be072a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ env:
GO_VERSION: ~1.22
# Taken from https://github.com/kubernetes-sigs/kind/releases/tag/v0.18.0
# The image here should be listed under 'Images built for this release' for the version of kind in go.mod
KIND_NODE_IMAGE: "kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245"
KIND_OLDEST_NODE_IMAGE: "kindest/node:v1.26.3@sha256:61b92f38dff6ccc29969e7aa154d34e38b89443af1a2c14e6cfbd2df6419c66f"
KIND_NODE_IMAGE: "kindest/node:v1.30.4"
KIND_OLDEST_NODE_IMAGE: "kindest/node:v1.26.6"
BASELINE_UPGRADE_VERSION: v2.1.0

jobs:
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
strategy:
matrix:
rabbitmq-image:
- rabbitmq:3.11.0-management
- rabbitmq:3.13.0-management
- rabbitmq:management
steps:
- name: Check out code into the Go module directory
Expand Down

0 comments on commit 1be072a

Please sign in to comment.