ci: update minio image for s3 primary storage tests

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/35653/head
Daniel Kesselberg 3 years ago
parent 1357cf6191
commit 1aad491676
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
  1. 3
      .github/workflows/s3-primary.yml

@ -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"

Loading…
Cancel
Save