Skip to content

Commit

Permalink
Merge pull request #35653 from nextcloud/bug/noid/update-minio-image
Browse files Browse the repository at this point in the history
ci: update minio image for s3 primary storage tests
  • Loading branch information
szaimen authored Dec 7, 2022
2 parents 7ac2d31 + 1aad491 commit 50faf9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/s3-primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand All @@ -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"

Expand Down

0 comments on commit 50faf9e

Please sign in to comment.