summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2022-12-07 17:16:20 +0100
committerDaniel Kesselberg <mail@danielkesselberg.de>2022-12-07 17:39:41 +0100
commit1aad49167671bde2ff223b96c7357d56ef9cd1fa (patch)
tree5749fcfd357e1d7e57f2809ed6be72bcbbbd7752 /.github
parent1357cf619189cf8229f2e860416f932dd559f6af (diff)
downloadnextcloud-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.yml3
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"