Browse Source

Merge pull request #35653 from nextcloud/bug/noid/update-minio-image

ci: update minio image for s3 primary storage tests
tags/v26.0.0beta1
Simon L 1 year ago
parent
commit
50faf9e1e8
No account linked to committer's email address
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      .github/workflows/s3-primary.yml

+ 1
- 2
.github/workflows/s3-primary.yml View File

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



Loading…
Cancel
Save