chore(dependency): pin redis to 7.2 for testing

There is no need to pin a specific patch version for testing. The
worst that can happen in this context is that the CI fails and it can
be addressed in this context. It will not impact releases.
This commit is contained in:
Earl Warren 2024-05-25 08:25:51 +02:00
parent 237362ddd3
commit 98be7826a3
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -54,7 +54,7 @@ jobs:
MINIO_ROOT_USER: 123456
MINIO_ROOT_PASSWORD: 12345678
redis:
image: redis:7.2.5
image: redis:7.2
steps:
- uses: https://code.forgejo.org/actions/checkout@v3
- uses: https://code.forgejo.org/actions/setup-go@v4