Skip to content

Commit fd981b3

Browse files
committed
Use 3.13.7 as minimum in system tests (prev 3.11.0/3.13.0)
1 parent e80282a commit fd981b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
strategy:
226226
matrix:
227227
rabbitmq-image:
228-
- rabbitmq:3.11.0-management
228+
- rabbitmq:3.13.7-management
229229
- rabbitmq:management
230230
- pivotalrabbitmq/rabbitmq:main
231231
steps:
@@ -296,7 +296,7 @@ jobs:
296296
strategy:
297297
matrix:
298298
rabbitmq-image:
299-
- rabbitmq:3.13.0-management
299+
- rabbitmq:3.13.7-management
300300
- rabbitmq:management
301301
steps:
302302
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)