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

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