ci: update minio image for s3 primary storage tests

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2022-12-07 17:16:20 +01:00
parent 1357cf6191
commit 1aad491676
No known key found for this signature in database
GPG key ID: 36E3664E099D0614

View file

@ -13,7 +13,6 @@ jobs:
strategy:
# do not stop on another job's failure
fail-fast: false
max-parallel: 1
matrix:
php-versions: ['8.0']
key: ['objectstore', 'objectstore_multibucket']
@ -25,7 +24,7 @@ jobs:
env:
MINIO_ACCESS_KEY: minio
MINIO_SECRET_KEY: minio123
image: bitnami/minio:2021.10.6
image: bitnami/minio:2021.12.29
ports:
- "9000:9000"