diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2022-12-07 17:16:20 +0100 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2022-12-07 17:39:41 +0100 |
commit | 1aad49167671bde2ff223b96c7357d56ef9cd1fa (patch) | |
tree | 5749fcfd357e1d7e57f2809ed6be72bcbbbd7752 /.github | |
parent | 1357cf619189cf8229f2e860416f932dd559f6af (diff) | |
download | nextcloud-server-1aad49167671bde2ff223b96c7357d56ef9cd1fa.tar.gz nextcloud-server-1aad49167671bde2ff223b96c7357d56ef9cd1fa.zip |
ci: update minio image for s3 primary storage tests
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/s3-primary.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/s3-primary.yml b/.github/workflows/s3-primary.yml index 13f1e02c8fb..a6ee0970ada 100644 --- a/.github/workflows/s3-primary.yml +++ b/.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" |